duration property

double get duration

duration

Implementation

double get duration {
  objc.checkOsVersionInternal('UIImage.duration', iOS: (false, (5, 0, 0)));
  return objc.useMsgSendVariants
      ? _objc_msgSend_1ukqyt8Fpret(object$.ref.pointer, _sel_duration)
      : _objc_msgSend_1ukqyt8(object$.ref.pointer, _sel_duration);
}