toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'appKey': appKey,
    'attributes': attributes.toJson(),
    'domain': domain,
    'platform': platform,
    'version': version,
    'appId': appId,
    'type': type,
    'localDate': localData,
    'permission': permission.toJson()
  };
}