text property
String?
get
text
All text nodes within the fixture.
Provided as a convenience to do simple expect
matchers.
Implementation
String? get text => rootElement.text;
All text nodes within the fixture.
Provided as a convenience to do simple expect
matchers.
String? get text => rootElement.text;