CvFieldUtilsExt<T extends Object?> extension

Field utils.

on

Properties

isBasicType bool

Available on CvField<T>, provided by the CvFieldUtilsExt extension

Check if the field is a basic type (num, String, bool, int, double)
no setter

Methods

fillField([CvFillOptions? options]) → void

Available on CvField<T>, provided by the CvFieldUtilsExt extension

For test
fromBasicTypeValue(Object? value, {bool presentIfNull = false}) → void

Available on CvField<T>, provided by the CvFieldUtilsExt extension

Only for String/bool/num/int/double
withName(String name) CvField<T>

Available on CvField<T>, provided by the CvFieldUtilsExt extension

Create a new field with a new name