create static method
return original data json
Implementation
static GetVersion create({
String? special_type,
}) {
GetVersion getVersion = GetVersion({
"@type": special_type,
});
return getVersion;
}
return original data json
static GetVersion create({
String? special_type,
}) {
GetVersion getVersion = GetVersion({
"@type": special_type,
});
return getVersion;
}