Entity constructor
Entity({
- required String tenant,
- required Authorization authorizations,
- required String refreshToken,
Implementation
Entity({
required this.tenant,
required this.authorizations,
required this.refreshToken,
});