SupportedGateway constructor
SupportedGateway({
- required num id,
- required String name,
- required String balenaType,
- required String appName,
- ChannelType channelType = const ChannelType._('balena'),
- LogbotLink? logbotLink,
Returns a new SupportedGateway instance.
Implementation
SupportedGateway({
required this.id,
required this.name,
required this.balenaType,
required this.appName,
this.channelType = const ChannelType._('balena'),
this.logbotLink,
});