ConverterService class

Constructors

ConverterService(ThingsboardClient tbClient)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteConverter(String converterId, {RequestConfig? requestConfig}) Future<void>
getConverter(String converterId, {RequestConfig? requestConfig}) Future<Converter?>
getConverters(PageLink pageLink, {RequestConfig? requestConfig}) Future<PageData<Converter>>
getConvertersByIds(List<String> converterIds, {RequestConfig? requestConfig}) Future<List<Converter>>
getLatestConverterDebugInput(String converterId, {RequestConfig? requestConfig}) Future<ConverterDebugInput?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveConverter(Converter converter, {RequestConfig? requestConfig}) Future<Converter>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited