RoleContent constructor

RoleContent({
  1. required String role,
  2. required String content,
})

Implementation

RoleContent({required this.role, required this.content});