menu
antd_flutter_mobile package
documentation
components/form/item.dart
AntdFormItemGroupMultipleState<ChildType, Style extends AntdStyle, T, WidgetType extends AntdFormItemGroup<ChildType, Style, List<T>, WidgetType>>
isExists method
isExists method
dark_mode
light_mode
isExists
method
@
override
bool
isExists
(
dynamic
value
)
override
Implementation
@override bool isExists(value) { return this.value?.contains(value) == true; }
antd_flutter_mobile package
documentation
components/form/item
AntdFormItemGroupMultipleState<ChildType, Style extends AntdStyle, T, WidgetType extends AntdFormItemGroup<ChildType, Style, List<T>, WidgetType>>
isExists method
AntdFormItemGroupMultipleState class