menu
fractal package
documentation
models/fractal.dart
Fractal
represent method
represent method
dark_mode
light_mode
represent
method
String
represent
(
String
key
)
Implementation
String represent(String key) => '${this[key] ?? ''}';
fractal package
documentation
models/fractal
Fractal
represent method
Fractal class