toMap method

Map toMap()

Implementation

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