getUser method

Map<String, dynamic>? getUser()

Implementation

Map<String, dynamic>? getUser() {
  return _user;
}