menu
smart_dart_json package
documentation
smart_dart_json.dart
JSONKey
JSONKey.new const constructor
JSONKey.new const constructor
dark_mode
light_mode
JSONKey
constructor
const
JSONKey
(
SDartJson
parentJSON
,
dynamic
key
)
Implementation
const JSONKey(this.parentJSON, this.key);
smart_dart_json package
documentation
smart_dart_json
JSONKey
JSONKey.new const constructor
JSONKey class