AppLabel class

Constructors

AppLabel.new({String appName = 'Nome do app', String ops = 'Ops :( tivemos um problema com nosso sistema.', String ok = 'Ok', String no = 'Não', String yes = 'Sim', String requiredField = 'Campo obrigatório', String requiredFormatHour = 'Hora inválida', String emailInvalid = 'Email inválido', String passwordInvalid = 'Mínimo 8 caracteres', String confirmEmailInvalid = 'Os emails não coincidem', String confirmPassInvalid = 'As senhas não coincidem', String cnpjInvalid = 'CNPJ inválido', String cpfInvalid = 'CPF inválido', String updateWithSucess = 'Registro atualizado com sucesso', String createWithSucess = 'Registro criado com sucesso', String delelteWithSucess = 'Registro exluído com sucesso'})

Properties

appName String
final
cnpjInvalid String
final
confirmEmailInvalid String
final
confirmPassInvalid String
final
cpfInvalid String
final
createWithSucess String
final
delelteWithSucess String
final
emailInvalid String
final
hashCode int
The hash code for this object.
no setterinherited
no String
final
ok String
final
ops String
final
passwordInvalid String
final
requiredField String
final
requiredFormatHour String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateWithSucess String
final
yes 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