Method constructor
Method({})
Implementation
Method({
this.name = '',
this.requestTypeUrl = '',
this.requestStreaming = false,
this.responseTypeUrl = '',
this.responseStreaming = false,
this.options = const [],
this.syntax = Syntax.$default,
}) : super(fullyQualifiedName);