RoleTranslation constructor

RoleTranslation({
  1. required String name,
  2. String? description,
})

Implementation

RoleTranslation({required super.name, super.description});