user property

Map<String, String>? user

Get the current user infomation

Implementation

Map<String, String>? get user {
  return this._user;
}