ModelSheetRow class
Persisted normalized row payload governed by a table definition.
Constructors
-
ModelSheetRow({required String idRow, required Map<
String, dynamic> data}) -
const
-
ModelSheetRow.fromJson(Map<
String, dynamic> json) -
factory
Properties
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
otherobject is equal to this entity model.override