JsonObject constructor
const
JsonObject({
- required List<
JSONObjectValueBase> value,
Json Object constructor.
Implementation
const JsonObject({required this.value}) : super._();