CvListFieldUtilsExt<T extends Object?> extension

Fill helpers

on

Properties

isBasicItemType bool

Available on CvListField<T>, provided by the CvListFieldUtilsExt extension

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

Methods

fillList([CvFillOptions? options]) → void

Available on CvListField<T>, provided by the CvListFieldUtilsExt extension

Fill a list.
fromBasicTypeValueList(Object? value, {bool presentIfNull = false}) → void

Available on CvListField<T>, provided by the CvListFieldUtilsExt extension

Only for String/bool/num/int/double