toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appStoreId = this.appStoreId;
  final displayName = this.displayName;
  return {'appStoreId': ?appStoreId, 'displayName': ?displayName};
}