QChatRoleService constructor

QChatRoleService()

Implementation

factory QChatRoleService() {
  if (_singleton == null) {
    _singleton = QChatRoleService._();
  }
  return _singleton!;
}