MastodonRole constructor
Implementation
const MastodonRole({
required this.id,
required this.name,
this.permissions,
this.color,
this.highlighted,
this.createdAt,
this.updatedAt,
});
const MastodonRole({
required this.id,
required this.name,
this.permissions,
this.color,
this.highlighted,
this.createdAt,
this.updatedAt,
});