FwStandardModulesAdministratorAlertAlertLogic class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

FwStandardModulesAdministratorAlertAlertLogic({String? alertId, String? alertName, String? moduleName, bool? actionNew, bool? actionEdit, bool? actionDelete, String? alertSubject, String? alertBody, bool? inactive, List<FwStandardModulesAdministratorAlertAlertCondition>? alertConditionList, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
FwStandardModulesAdministratorAlertAlertLogic.fromJson(Map<String, dynamic> json)
factory

Properties

actionDelete bool?
final
actionEdit bool?
final
actionNew bool?
final
alertBody String?
final
alertConditionList List<FwStandardModulesAdministratorAlertAlertCondition>?
final
alertId String?
final
alertName String?
final
alertSubject String?
final
auditNote String?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
inactive bool?
final
moduleName String?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final

Methods

copyWith({String? alertId, String? alertName, String? moduleName, bool? actionNew, bool? actionEdit, bool? actionDelete, String? alertSubject, String? alertBody, bool? inactive, List<FwStandardModulesAdministratorAlertAlertCondition>? alertConditionList, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) FwStandardModulesAdministratorAlertAlertLogic

Available on FwStandardModulesAdministratorAlertAlertLogic, provided by the $FwStandardModulesAdministratorAlertAlertLogicExtension extension

copyWithWrapped({Wrapped<String?>? alertId, Wrapped<String?>? alertName, Wrapped<String?>? moduleName, Wrapped<bool?>? actionNew, Wrapped<bool?>? actionEdit, Wrapped<bool?>? actionDelete, Wrapped<String?>? alertSubject, Wrapped<String?>? alertBody, Wrapped<bool?>? inactive, Wrapped<List<FwStandardModulesAdministratorAlertAlertCondition>?>? alertConditionList, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) FwStandardModulesAdministratorAlertAlertLogic

Available on FwStandardModulesAdministratorAlertAlertLogic, provided by the $FwStandardModulesAdministratorAlertAlertLogicExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const FwStandardModulesAdministratorAlertAlertLogic Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(FwStandardModulesAdministratorAlertAlertLogic instance)