Cantidad class

Inheritance

Constructors

Cantidad.new({String? name = 'cantidad', num? initial})

Properties

decs int
finalinherited
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 setterinherited
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
inherited
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