FlagDetail class
Constructors
- FlagDetail({required String reasonId, String? remark})
- Constructs a new FlagDetail instance.
- FlagDetail.fromMap(dynamic map)
-
Creates a new FlagDetail instance from a map.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Generates a map representing the FlagDetail.
-
toMap(
) → Map< String, dynamic> - Generates a map representing the FlagDetail.
-
toString(
) → String -
Returns a string representation of the FlagDetail instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited