toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final baseSchemaVersion = this.baseSchemaVersion;
final gcsDocuments = this.gcsDocuments;
final gcsPrefix = this.gcsPrefix;
final generateSchemaVersionParams = this.generateSchemaVersionParams;
final inlineDocuments = this.inlineDocuments;
final rawDocuments = this.rawDocuments;
return {
'baseSchemaVersion': ?baseSchemaVersion,
'gcsDocuments': ?gcsDocuments,
'gcsPrefix': ?gcsPrefix,
'generateSchemaVersionParams': ?generateSchemaVersionParams,
'inlineDocuments': ?inlineDocuments,
'rawDocuments': ?rawDocuments,
};
}