menu
gebeta_gl package
documentation
gebeta_gl.dart
AnnotationManager<T extends Annotation>
byId method
byId method
dark_mode
light_mode
byId
method
T?
byId
(
String
id
)
get the an annotation by its id
Implementation
T? byId(String id) => _idToAnnotation[id];
gebeta_gl package
documentation
gebeta_gl
AnnotationManager<T extends Annotation>
byId method
AnnotationManager class