globalVolatile property

Map<String, dynamic>? globalVolatile
getter/setter pair

Common volatile data, will be sent to all future requests

Implementation

Map<String, dynamic>? globalVolatile;