ValidationNotification class
Descreve uma falha de validação associada a uma propriedade.
Constructors
- ValidationNotification({required String property, required String message})
-
Cria uma notificação para
propertycommessage.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converte a notificação para um mapa (JSON).
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited