toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final instanceName = this.instanceName;
final network = this.network;
final role = this.role;
return {'instanceName': ?instanceName, 'network': ?network, 'role': ?role};
}