toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final documentFallbackLocation = this.documentFallbackLocation;
final imageFallbackLocation = this.imageFallbackLocation;
return {
'documentFallbackLocation': ?documentFallbackLocation,
'imageFallbackLocation': ?imageFallbackLocation,
};
}