toMap method

Map toMap()

Implementation

Map toMap() {
  Map map = {'userId': userId, 'userName': userName, 'portrait': portrait, 'extraMap': extraMap, 'type': type};
  return map;
}