JsonObjectValue constructor
const
JsonObjectValue({
- required String key,
- required JSONValueBase value,
Json Object Value constructor.
Implementation
const JsonObjectValue({required this.key, required this.value}) : super._();