toJson method

Map<String, dynamic> toJson()

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};
}