PlatformChannelOperationNullError constructor
- String? operationId
Constructor that creates a PlatformChannelOperationNullError.
Params:
- json: contains the source for instance creation.
Implementation
factory PlatformChannelOperationNullError(String? operationId) {
return PlatformChannelOperationNullErrorImpl(operationId);
}