DynamicProfileGenerateCodeResponse.fromJson constructor
DynamicProfileGenerateCodeResponse.fromJson(
- Map json_
Implementation
DynamicProfileGenerateCodeResponse.fromJson(core.Map json_)
: this(code: json_['code'] as core.String?);