toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final datastoreMountConfig = this.datastoreMountConfig;
  final ignoreColocation = this.ignoreColocation;
  final requestId = this.requestId;
  return {
    'datastoreMountConfig': ?datastoreMountConfig,
    'ignoreColocation': ?ignoreColocation,
    'requestId': ?requestId,
  };
}