WithProgressToken extension type

A "mixin"-like extension type for any extension type that might contain a ProgressToken at the key "progressToken".

Should be "mixed in" by implementing this type from other extension types.

on
Implementers

Constructors

WithProgressToken.fromMap(Map<String, Object?> _value)

Properties

progressToken ProgressToken?
no setter