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