*<Null safety>*
const MethodType({required List<MemberType>? request, required List<MemberType>? response, required String name, required int requestInlineSize, required int responseInlineSize})
Implementation
const MethodType({
required this.request,
required this.response,
required this.name,
required this.requestInlineSize,
required this.responseInlineSize,
});