livemode property
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
Implementation
Map<String, dynamic> get metadata;/// Has the value true if the object exists in live mode or the value false
/// if the object exists in test mode.
bool get livemode;