FwStandardModulesAdministratorAlertAlertCondition class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- FwStandardModulesAdministratorAlertAlertCondition({String? alertConditionId, String? alertId, String? fieldName1, String? fieldName2, String? condition, String? value})
-
FwStandardModulesAdministratorAlertAlertCondition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alertConditionId → String?
-
final
- alertId → String?
-
final
- condition → String?
-
final
- fieldName1 → String?
-
final
- fieldName2 → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
final
Methods
-
copyWith(
{String? alertConditionId, String? alertId, String? fieldName1, String? fieldName2, String? condition, String? value}) → FwStandardModulesAdministratorAlertAlertCondition -
Available on FwStandardModulesAdministratorAlertAlertCondition, provided by the $FwStandardModulesAdministratorAlertAlertConditionExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? alertConditionId, Wrapped<String?> ? alertId, Wrapped<String?> ? fieldName1, Wrapped<String?> ? fieldName2, Wrapped<String?> ? condition, Wrapped<String?> ? value}) → FwStandardModulesAdministratorAlertAlertCondition -
Available on FwStandardModulesAdministratorAlertAlertCondition, provided by the $FwStandardModulesAdministratorAlertAlertConditionExtension 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 FwStandardModulesAdministratorAlertAlertCondition Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FwStandardModulesAdministratorAlertAlertCondition instance)