menu
objd package
documentation
core.dart
Context
addSuffix method
addSuffix method
dark_mode
light_mode
addSuffix
method
Context
addSuffix
(
String
?
suf
)
Implementation
Context addSuffix(String? suf) { if (suf == null) return this; suffixes.add(suf); return this; }
objd package
documentation
core
Context
addSuffix method
Context class