JsonField( this.name, { this.helper, this.isRequired = false, T? defaultValue, }) { type = T; if (defaultValue != null) { this.defaultValue = defaultValue; } }