ModelSheetRow class

Persisted normalized row payload governed by a table definition.

Inheritance

Constructors

ModelSheetRow({required String idRow, required Map<String, dynamic> data})
const
ModelSheetRow.fromJson(Map<String, dynamic> json)
factory

Properties

data Map<String, dynamic>
final
hashCode int
Gets the hash code for this entity model.
no setteroverride
idRow String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? idRow, Map<String, dynamic>? data}) ModelSheetRow
Creates a copy of the entity model.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the entity model to a JSON Map.
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
Checks whether the given other object is equal to this entity model.
override