CvListFieldUtilsExt<T extends Object?> extension
Fill helpers
- on
-
- CvListField<
T>
- CvListField<
Properties
- isBasicItemType → bool
-
Available on CvListField<
Check if the field is a basic type (num, String, bool, int, double)T> , provided by the CvListFieldUtilsExt extensionno setter
Methods
-
fillList(
[CvFillOptions? options]) → void -
Available on CvListField<
Fill a list.T> , provided by the CvListFieldUtilsExt extension -
fromBasicTypeValueList(
Object? value, {bool presentIfNull = false}) → void -
Available on CvListField<
Only for String/bool/num/int/doubleT> , provided by the CvListFieldUtilsExt extension