PgrAdditionalDetails class
- Mixed-in types
- Annotations
-
- @MappableClass(ignoreNull: true)
Constructors
- PgrAdditionalDetails({String? supervisorName, String? supervisorContactNumber, String? otherComplaintDescription})
-
PgrAdditionalDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ PgrAdditionalDetailsCopyWith<
PgrAdditionalDetails, PgrAdditionalDetails, PgrAdditionalDetails> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- otherComplaintDescription ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supervisorContactNumber ↔ String?
-
getter/setter pair
- supervisorName ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited