toMap method

Map toMap()

Implementation

Map toMap() {
  Map map = {'appId': appId};
  return map;
}