ConfigCompositionDataStatusData.fromJson constructor

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

Implementation

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