JsonObject constructor

const JsonObject({
  1. required List<JSONObjectValueBase> value,
})

Json Object constructor.

Implementation

const JsonObject({
  required this.value,
}) : super._();