toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final lastUpdatedPartitionConfig = this.lastUpdatedPartitionConfig;
  final recursiveStructureDepth = this.recursiveStructureDepth;
  final schemaType = this.schemaType;
  return {
    'lastUpdatedPartitionConfig': ?lastUpdatedPartitionConfig,
    'recursiveStructureDepth': ?recursiveStructureDepth,
    'schemaType': ?schemaType,
  };
}