SDUIL10n class abstract

Implementers
Annotations

Constructors

SDUIL10n({required String error, required String loading, required String validationMalformedEmail, required String validationMalformedURL, required String validationMissingField, required String validationInvalidNumber, required String selectDate, required String selectTime})
const

Properties

error String
final
hashCode int
The hash code for this object.
no setterinherited
loading String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectDate String
final
selectTime String
final
validationInvalidNumber String
final
validationMalformedEmail String
final
validationMalformedURL String
final
validationMissingField String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited