Api constructor
Api({})
Implementation
Api({
this.name = '',
this.methods = const [],
this.options = const [],
this.version = '',
this.sourceContext,
this.mixins = const [],
this.syntax = Syntax.$default,
}) : super(fullyQualifiedName);