Wait constructor

Wait(
  1. dynamic obj, [
  2. Map? options
])

Implementation

Wait(obj, [Map? options]) : super([obj], options);