Molde class

Inheritance

Constructors

Molde.new({required _ChalonaMapBuilderToken token})
Molde.builder()
factory

Properties

codigo Codigo
final
entries Iterable<MapEntry<String, ChalonaType>>
no setterinherited
hasChanges bool
Verifica si hay cambios comparando el valor actual con el inicial
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id Id
finalinherited
inactivo Inactivo
final
internalId int
no setterinherited
isEmpty bool
no setterinherited
isNew bool
no setterinherited
isNotEmpty bool
no setterinherited
isStandalone bool
finalinherited
key ↔ dynamic
getter/setter pairinherited
keys Iterable<String>
no setterinherited
length int
no setterinherited
name String
finalinherited
nombre Nombre
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specs → _Specs
final
values Iterable<ChalonaType>
no setterinherited

Methods

changes(Map<String, dynamic> changesMap) bool
Verificar si hay cambios en alguno de los miembros del mapa
inherited
containsKey(String key) bool
inherited
get() Map<String, dynamic>
inherited
getOrDefault(String key, ChalonaType defaultValue) ChalonaType
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(dynamic id) Future<void>
Realiza una petición al servidor usando el nombre de la tabla + '_request' como endpoint y resetea la tabla con los datos de la respuesta
inherited
reset([dynamic value]) → void
inherited
set(dynamic value) → void
inherited
toString() String
A string representation of this object.
inherited
update() Future<void>
Envía los cambios al servidor Si isNew es true, realiza un insert Si isNew es false, realiza un update
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) ChalonaType?
inherited