toJson method

Map<String, dynamic> toJson()

Implementation

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