menu
antd_flutter_mobile package
documentation
components/form/item.dart
AntdFormItemGroupState<ChildType, Style extends AntdStyle, T, WidgetType extends AntdFormItemGroup<ChildType, Style, T, WidgetType>>
isExists method
isExists method
dark_mode
light_mode
isExists
method
bool
isExists
(
dynamic
value
)
Implementation
bool isExists(dynamic value) { return value != null && value == this.value; }
antd_flutter_mobile package
documentation
components/form/item
AntdFormItemGroupState<ChildType, Style extends AntdStyle, T, WidgetType extends AntdFormItemGroup<ChildType, Style, T, WidgetType>>
isExists method
AntdFormItemGroupState class