toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final currentVersion = this.currentVersion;
  final membership = this.membership;
  final resourceName = this.resourceName;
  final targetVersion = this.targetVersion;
  return {
    'currentVersion': ?currentVersion,
    'membership': ?membership,
    'resourceName': ?resourceName,
    'targetVersion': ?targetVersion,
  };
}