parameters method

  1. @override
T parameters()

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;