toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final force = this.force;
final includeSourceStore = this.includeSourceStore;
final schemaFlattened = this.schemaFlattened;
final schemaJson = this.schemaJson;
final tableUri = this.tableUri;
final writeDisposition = this.writeDisposition;
return {
'force': ?force,
'includeSourceStore': ?includeSourceStore,
'schemaFlattened': ?schemaFlattened,
'schemaJson': ?schemaJson,
'tableUri': ?tableUri,
'writeDisposition': ?writeDisposition,
};
}