toMap method

Map toMap()

Implementation

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