first property
Future<E>
get
first
Gets the current first element from the PageElementIterable.
Implementation
Future<E> get first async =>
_pageObjectConstructor(await _elementIterable.first);
Gets the current first element from the PageElementIterable.
Future<E> get first async =>
_pageObjectConstructor(await _elementIterable.first);