GoogleCloudApigeeV1MoveSharedFlowRequest.fromJson constructor

GoogleCloudApigeeV1MoveSharedFlowRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1MoveSharedFlowRequest.fromJson(core.Map json_)
    : this(
        space: json_['space'] as core.String?,
      );