toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final clientId = this.clientId;
  final eventHub = this.eventHub;
  final gcpServiceAccount = this.gcpServiceAccount;
  final namespace = this.namespace;
  final resourceGroup = this.resourceGroup;
  final state = this.state;
  final subscriptionId = this.subscriptionId;
  final tenantId = this.tenantId;
  return {
    'clientId': ?clientId,
    'eventHub': ?eventHub,
    'gcpServiceAccount': ?gcpServiceAccount,
    'namespace': ?namespace,
    'resourceGroup': ?resourceGroup,
    'state': ?state,
    'subscriptionId': ?subscriptionId,
    'tenantId': ?tenantId,
  };
}