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