menu
sector
sector.dart
TraceKey
TraceKey.custom const constructor
TraceKey.custom
dark_mode
light_mode
TraceKey.custom
constructor
const
TraceKey.custom
(
String
key
)
The key for a custom value.
Implementation
const TraceKey.custom(String key) : this._(key);
sector
sector
TraceKey
TraceKey.custom const constructor
TraceKey extension type