create
TestRenderResult
create(
Creates a TestRenderResult for testing purposes.
Implementation
// ignore: prefer_constructors_over_static_methods
static TestRenderResult create(TestNode root) => TestRenderResult._(root);
TestRenderResult
create(
Creates a TestRenderResult for testing purposes.
// ignore: prefer_constructors_over_static_methods
static TestRenderResult create(TestNode root) => TestRenderResult._(root);