parameters method

  1. @override
AsserestHttpProperty parameters()
inherited

The parameters of this tasks.

  • NOTE: P should be a type that can be sent through an Isolate or serialized as JSON.

Implementation

@override
T parameters() => property;