MoldeSearchResult class

Inheritance

Constructors

MoldeSearchResult.new({required _ChalonaMapBuilderToken token})
MoldeSearchResult.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
internalId int
no setterinherited
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
isStandalone bool
finalinherited
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
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
reset([dynamic value]) → void
inherited
set(dynamic value) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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