UpdateOptions constructor

UpdateOptions({
  1. List<Ref>? refs,
  2. Duration? delay,
})

Implementation

UpdateOptions({this.refs, this.delay});