Aplication constructor
const
Aplication({
- List? accountActivationMethod,
- String? name,
- String? authType,
- List<
String> ? authFields, - List<
String> ? passwordRecoveryMethod, - bool? isActive,
- bool? allowRegister,
- Client? client,
- DateTime? createdAt,
- DateTime? updatedAt,
- String? gClientId,
- String? gClientSecret,
- List<
String> ? authSocial, - String? fAppId,
- String? fAppSecret,
- 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,
});