JsonField constructor

const JsonField({
  1. bool hidden = false,
})

Implementation

const JsonField({bool hidden = false}) : _hidden = hidden;