ResultOfWaitForCollection constructor

ResultOfWaitForCollection(
  1. {@required dynamic result}
)

Implementation

ResultOfWaitForCollection({
  @required dynamic result,
}) {
  _result =
      ArgumentError.checkNotNull(result, 'ResultOfWaitForCollection result');
}