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