DynamicTemplateIndex class Null safety

Constructors

DynamicTemplateIndex(DynamicLibrary dll_handle, Pointer<Void> impl, {bool weak = false})

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

addContextTemplate(ContextTemplate template, String uuid) → void
addContextTemplates(List<ContextTemplate> templates, List<String> uuids) → void
addRecognizerTemplate(Template template, String uuid) → void
addRecognizerTemplates(List<Template> templates, List<String> uuids) → void
at(String uuid) ContextTemplate
capacity() int
concat(DynamicTemplateIndex otherIndex) → void
dispose() → void
get(int index) ContextTemplate
getMethodName() String
getUUID(int index) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
removeByUuid(String uuid) → void
removeByUuids(List<String> uuids) → void
size() int
toString() String
A string representation of this object.
inherited

Operators

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