Record class

The basic data structure of a dataset.

Constructors

Record({DateTime? deviceLastModifiedDate, String? key, String? lastModifiedBy, DateTime? lastModifiedDate, int? syncCount, String? value})
Record.fromJson(Map<String, dynamic> json)
factory

Properties

deviceLastModifiedDate DateTime?
The last modified date of the client device.
final
hashCode int
The hash code for this object.
no setterinherited
key String?
The key for the record.
final
lastModifiedBy String?
The user/device that made the last change to this record.
final
lastModifiedDate DateTime?
The date on which the record was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncCount int?
The server sync count for this record.
final
value String?
The value for the record.
final

Methods

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

Operators

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