YustDoc class abstract

Mixed in types
Implementers

Constructors

YustDoc({String id = '', DateTime? createdAt, String? createdBy, DateTime? modifiedAt, String? modifiedBy, String? userId, String? envId})
YustDoc.fromJson(Map<String, dynamic> json)

Properties

createdAt DateTime?
getter/setter pair
createdBy String?
getter/setter pair
envId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
modifiedAt DateTime?
getter/setter pair
modifiedBy String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

convertTimestamp(dynamic value) → dynamic
dateTimeFromJson(dynamic timestamp) DateTime?
dateTimeToJson(DateTime? dateTime) → dynamic
docListToJson(List list) List
mapFromJson<T>(Map<String, dynamic>? map) Map<String, T?>
mapToJson(Map<String, dynamic>? map, {bool removeNullValues = true}) Map<String, dynamic>?