JsonNonnullConverter<T, S> constructor

const JsonNonnullConverter<T, S>(
  1. T defaultValue,
  2. JsonConverter<T?, S> _converter
)

Implementation

const JsonNonnullConverter(this.defaultValue, this._converter);