CvField<T extends Object?>.withNull constructor

CvField<T extends Object?>.withNull(
  1. String name
)

Force a null value

Implementation

factory CvField.withNull(String name) => CvFieldImpl.withNull(name);