AudioNativeEditContentResponseModel.fromJson constructor

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

Implementation

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