Content class
- Annotations
-
- @JsonSerializable()
Constructors
-
Content({String? id, String? taskId, String? userId, String? approvalRequestId, int? approvalStatus, String? submitDate, String? startDate, String? endDate, String? taskName, int? taskType, String? taskTypeName, int? channelId, String? channelName, String? approvalStatusName, String? userName, String? position, String? checkInId, String? locationId1, String? locationId2, String? locationId3, String? locationId4, String? locationName1, String? locationName2, String? locationName3, String? locationName4, List<
SubmitResponseDatum> ? submitResponseData}) -
Content.fromJson(Map<
String, dynamic> json) -
factory
Properties
- approvalRequestId ↔ String?
-
getter/setter pair
- approvalStatus ↔ int?
-
getter/setter pair
- approvalStatusName ↔ String?
-
getter/setter pair
- channelId ↔ int?
-
getter/setter pair
- channelName ↔ String?
-
getter/setter pair
- checkInId ↔ String?
-
getter/setter pair
- endDate ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- locationId1 ↔ String?
-
getter/setter pair
- locationId2 ↔ String?
-
getter/setter pair
- locationId3 ↔ String?
-
getter/setter pair
- locationId4 ↔ String?
-
getter/setter pair
- locationName1 ↔ String?
-
getter/setter pair
- locationName2 ↔ String?
-
getter/setter pair
- locationName3 ↔ String?
-
getter/setter pair
- locationName4 ↔ String?
-
getter/setter pair
-
getter/setter pair
- position ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ String?
-
getter/setter pair
- submitDate ↔ String?
-
getter/setter pair
-
submitResponseData
↔ List<
SubmitResponseDatum> ? -
getter/setter pair
- taskId ↔ String?
-
getter/setter pair
- taskName ↔ String?
-
getter/setter pair
- taskType ↔ int?
-
getter/setter pair
- taskTypeName ↔ String?
-
getter/setter pair
- userId ↔ String?
-
getter/setter pair
- userName ↔ String?
-
getter/setter pair
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited