ChalonaInt class

ChalonaInt - Manejo específico para enteros

Inheritance
Implementers

Constructors

ChalonaInt.new({String? name, bool free = false, num? initial})

Properties

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
initial num
no setterinherited
isEmpty bool
no setteroverride
isNotEmpty bool
no setterinherited
isStandalone bool
finalinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value num
Propiedad value que retorna el contenido usando get()
getter/setter pairinherited

Methods

changes(Map<String, dynamic> changesMap) bool
inherited
compareTo(dynamic other) int
Compares this object to another object.
inherited
from(dynamic value) num
override
get() num
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