T type data constructor
final T? otherData; /// T type data /// constructor CustomTableDropDownModel({ this.id, required this.label, this.otherData });