Content class
- Annotations
-
- @JsonSerializable()
Constructors
- Content({String? jcId, String? scheduleId, DateTime? visitDate, String? checkInId, String? checkInTime, dynamic checkOutTime, int? checkInType, String? checkInTypeName, int? status, String? statusName, User? user, Partner? partner, dynamic distance, Tasks? tasks})
-
Content.fromJson(Map<
String, dynamic> json) -
factory
Properties
- checkInId ↔ String?
-
getter/setter pair
- checkInTime ↔ String?
-
getter/setter pair
- checkInType ↔ int?
-
getter/setter pair
- checkInTypeName ↔ String?
-
getter/setter pair
- checkOutTime ↔ dynamic
-
getter/setter pair
- distance ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jcId ↔ String?
-
getter/setter pair
- partner ↔ Partner?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduleId ↔ String?
-
getter/setter pair
- status ↔ int?
-
getter/setter pair
- statusName ↔ String?
-
getter/setter pair
- tasks ↔ Tasks?
-
getter/setter pair
- user ↔ User?
-
getter/setter pair
- visitDate ↔ DateTime?
-
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