mapToTenant static method
Implementation
static Tenant mapToTenant(dynamic cred) {
return Tenant(
displayName: cred["displayName"],
);
}
static Tenant mapToTenant(dynamic cred) {
return Tenant(
displayName: cred["displayName"],
);
}