menu
marker package
documentation
ast.dart
Context
nextId method
nextId method
dark_mode
light_mode
nextId
method
String
nextId
(
)
Returns the next generated id for images and links.
Implementation
String nextId() => 'id${_id++}';
marker package
documentation
ast
Context
nextId method
Context class