ItemSelect<T> constructor
ItemSelect<T> ({})
Implementation
ItemSelect(
{int? id,
T? object,
Map<String, dynamic>? strings,
bool isSelected = false,
bool deletado = false})
: super(
id: id,
deletado: deletado,
object: object,
strings: strings,
isSelected: isSelected);