JsonList constructor

const JsonList(
  1. List<Json> value
)

Implementation

const JsonList(this.value) : super._();