type property

TokenType get type
inherited

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

Implementation

bool get livemode;/// Has the value true if the object exists in live mode or the
/// value false if the object exists in test mode.
TokenType get type;