PerfilSearch class

Inheritance

Constructors

PerfilSearch.new({required _ChalonaMapBuilderToken token, required PerfilSearchResult builder()})
PerfilSearch.builder()
factory

Properties

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
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
params → ChalonaParams
finalinherited
result ChalonaListObject<PerfilSearchResult>
finalinherited
resume → ChalonaSearchResume
finalinherited
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
request() Future
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