createProperty abstract method
- @protected
Define the construction of AsserestProperty with given url
, timeout
,
accessible
and tryCount
with additionalProperty
for those
non-standard properties found in Map.
Implementation
@protected
T createProperty(Uri url, Duration timeout, bool accessible, int? tryCount,
UnmodifiableMapView<String, dynamic> additionalProperty);