CreateVersionResponse.fromJson constructor
CreateVersionResponse.fromJson(
- Map json_
Implementation
CreateVersionResponse.fromJson(core.Map json_)
: this(id: json_['id'] as core.int?);
CreateVersionResponse.fromJson(core.Map json_)
: this(id: json_['id'] as core.int?);