ListJsonObject constructor

ListJsonObject(
  1. List<Object?> value
)

Implementation

ListJsonObject(List<Object?> value)
    : value = UnmodifiableListView<Object?>(value),
      super._();