MethodInfo constructor
MethodInfo({})
Creates a MethodInfo.
Implementation
MethodInfo({
required this.name,
required this.callsNotifyListeners,
required this.bodySnippet,
this.isAsync = false,
this.returnType = 'void',
this.isGetter = false,
this.parameters = const [],
});