toJson method
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,
};
}