ExpiredIteratorException constructor

ExpiredIteratorException({
  1. String? type,
  2. String? message,
})

Implementation

ExpiredIteratorException({String? type, String? message})
    : super(type: type, code: 'ExpiredIteratorException', message: message);