duration method

ToastItem duration(
  1. int ms
)

Implementation

ToastItem duration(int ms) {
  durationMS = ms.GE(1000);
  return this;
}