RecordMeta class

Annotations
  • @JsonSerializable(explicitToJson: true, checked: true)

Constructors

RecordMeta({String? recordID = "test", String? writerID, String? userID, DateTime? created, DateTime? lastModified, String? version, String? type, Map? plain, FileMeta? file})
RecordMeta.fromJson(dynamic json)
factory
RecordMeta.fromValidJsonString(String json)
factory

Properties

created DateTime?
getter/setter pair
file FileMeta?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModified DateTime?
getter/setter pair
plain Map?
getter/setter pair
recordID String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
userID String?
getter/setter pair
version String?
getter/setter pair
writerID 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