TSelectRecord<V> typedef

TSelectRecord<V> = ({String? key, String text, V value})

Implementation

typedef TSelectRecord<V> = ({
  String text,
  V value,
  String? key,
});