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