toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final basepath = this.basepath;
final deploymentGroup = this.deploymentGroup;
final envGroupRevision = this.envGroupRevision;
final environment = this.environment;
final otherTargets = this.otherTargets;
final receiver = this.receiver;
final updateTime = this.updateTime;
return {
'basepath': ?basepath,
'deploymentGroup': ?deploymentGroup,
'envGroupRevision': ?envGroupRevision,
'environment': ?environment,
'otherTargets': ?otherTargets,
'receiver': ?receiver,
'updateTime': ?updateTime,
};
}