toMap method

Map toMap()

Implementation

Map toMap() {
  Map map = Map();
  map["jwt"] = _jwt;

  return map;
}