MastodonAdminRole constructor
Implementation
const MastodonAdminRole({
required this.id,
required this.name,
this.color,
this.position,
this.permissions,
this.highlighted = false,
this.createdAt,
this.updatedAt,
});
const MastodonAdminRole({
required this.id,
required this.name,
this.color,
this.position,
this.permissions,
this.highlighted = false,
this.createdAt,
this.updatedAt,
});