AstEventChannelApi constructor
AstEventChannelApi({})
Parametric constructor for AstEventChannelApi.
Implementation
AstEventChannelApi({
required super.name,
required super.methods,
super.documentationComments = const <String>[],
});