PickerModel class
Constructors
- PickerModel({String? id, String? code, String? name, String? statusCode, String? iconSrc})
-
PickerModel.fromJson(Map<
String, dynamic> parsedJson) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonRequest(
) → Map< String, String?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited