MultiDocumentResponseRingConfigurationModel.fromJson constructor

MultiDocumentResponseRingConfigurationModel.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory MultiDocumentResponseRingConfigurationModel.fromJson(
        Map<String, dynamic> json) =>
    _$MultiDocumentResponseRingConfigurationModelFromJson(json);