ProtoMethod constructor
ProtoMethod({})
Implementation
ProtoMethod({
required this.name,
required this.requestType,
required this.responseType,
this.isClientStreaming = false,
this.isServerStreaming = false,
});