NiceTokenInfo constructor
Implementation
const NiceTokenInfo({
required this.id,
required this.name,
this.prefix,
this.createdAt,
this.expiresAt,
this.lastUsed,
this.scopes = const [],
});
const NiceTokenInfo({
required this.id,
required this.name,
this.prefix,
this.createdAt,
this.expiresAt,
this.lastUsed,
this.scopes = const [],
});