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