Autorizacao class

Constructors

Autorizacao({required String ambiente, required String id, required String ip, required String perfil, required String cnpj, required DateTime emissao, required DateTime expiraEm, required String zoneOffset, required String token})
Autorizacao.fromJson(Map<String, dynamic> json)
factory

Properties

ambiente String
final
cnpj String
final
emissao DateTime
final
expiraEm DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
ip String
final
perfil String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final
zoneOffset String
final

Methods

isAutorizado() bool
Verifica se a autorização já foi realizada e se ainda é válida.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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