timeValue top-level property

Map<ToastTime, Toast> timeValue
getter/setter pair

Implementation

var timeValue = {
  ToastTime.LENGTH_SHORT: Toast.LENGTH_SHORT,
  ToastTime.LENGTH_LONG: Toast.LENGTH_LONG,
};