AcpField<T extends Object>.nullValue constructor

const AcpField<T extends Object>.nullValue()

Creates a field that was present with the JSON value null.

Implementation

const factory AcpField.nullValue() = AcpFieldNull<T>;