SigepContrato class

Determina um contrato para ser usado nos servicos

Constructors

SigepContrato({String? usuario, String? senha, String? codAdmin, String? numContrato, String? numCartao, String? cnpj})
Construtor padrão. DEVE ser usado quando o cliente de fato tem um contrato
SigepContrato.homolog()
Usado para testes em ambiente de homologacao
SigepContrato.semContrato()
Usado para clientes que nao tem contrato

Properties

cnpj String?
getter/setter pair
codAdmin String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numCartao String?
getter/setter pair
numContrato String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senha String?
getter/setter pair
usuario String?
getter/setter pair

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