createTestItem property
Implementation
_i3.TestItem Function(
_i2.String,
_i2.String, [
_i3.Uri?,
]) get createTestItem => (
_i2.String p0,
_i2.String p1, [
_i3.Uri? p2,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'createTestItem',
),
r'call',
[
this,
p0,
p1,
p2 ?? _i6.undefined,
],
);