Method constructor
Method({})
Implementation
Method({
this.name = '',
this.returnType = const AstVoid(),
this.parameters = const [],
this.ignoreError = false,
this.isAsync = false,
this.codeComments = const <String>[],
});