DataSourceOptions class

Constructors

DataSourceOptions({required String valueKey, required String labelKey, Text? title, Text? noItensFoundText})
DataSourceOptions.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
labelKey String
A string that define the key to access the label of the DataSource.dataList.
final
noItensFoundText Text?
A Text widget that will be the text if no itens was found while occuring a search inside the AlertDialog.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Text?
A Text widget that will be the title of the section this data inside the AlertDialog.
final
valueKey String
A string that define the key to access the value of the DataSource.dataList.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited