FeatureRename.fromJson constructor
FeatureRename.fromJson(
- Map json_
Implementation
FeatureRename.fromJson(core.Map json_)
: this(
newName: json_['newName'] as core.String?,
);
FeatureRename.fromJson(core.Map json_)
: this(
newName: json_['newName'] as core.String?,
);