ImportAdaptiveMtFileResponse.fromJson constructor
ImportAdaptiveMtFileResponse.fromJson(
- Map json_
Implementation
ImportAdaptiveMtFileResponse.fromJson(core.Map json_)
: this(
adaptiveMtFile: json_.containsKey('adaptiveMtFile')
? AdaptiveMtFile.fromJson(json_['adaptiveMtFile']
as core.Map<core.String, core.dynamic>)
: null,
);