MoveProjectRequest.fromJson constructor

MoveProjectRequest.fromJson(
  1. Map json_
)

Implementation

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