toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountLinkId = this.accountLinkId;
  final resourceName = this.resourceName;
  final status = this.status;
  final thirdPartyAppAnalytics = this.thirdPartyAppAnalytics;
  final type = this.type;
  return {
    'accountLinkId': ?accountLinkId,
    'resourceName': ?resourceName,
    'status': ?status,
    'thirdPartyAppAnalytics': ?thirdPartyAppAnalytics,
    'type': ?type,
  };
}