Aplication constructor

const Aplication({
  1. List? accountActivationMethod,
  2. String? name,
  3. String? authType,
  4. List<String>? authFields,
  5. List<String>? passwordRecoveryMethod,
  6. bool? isActive,
  7. bool? allowRegister,
  8. Client? client,
  9. DateTime? createdAt,
  10. DateTime? updatedAt,
  11. String? gClientId,
  12. String? gClientSecret,
  13. List<String>? authSocial,
  14. String? fAppId,
  15. String? fAppSecret,
  16. String? id,
})

Implementation

const Aplication({
  this.accountActivationMethod,
  this.name,
  this.authType,
  this.authFields,
  this.passwordRecoveryMethod,
  this.isActive,
  this.allowRegister,
  this.client,
  this.createdAt,
  this.updatedAt,
  this.gClientId,
  this.gClientSecret,
  this.authSocial,
  this.fAppId,
  this.fAppSecret,
  this.id,
});