factory Permissions.fromJson(Map<String, Object?> json) { return Permissions( permissions: json[r'permissions'] as Map<String, Object?>?, ); }