OptInFlags class

Constructors

OptInFlags(int _value)
const
OptInFlags.fromJson(int numValue)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
no setter

Methods

contains(OptInFlags childValue) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() int
toString() String
A string representation of this object.
inherited

Operators

operator &(OptInFlags item) int
operator ==(dynamic other) bool
The equality operator.
override

Constants

Careers → const OptInFlags
Careers = 256
CustomerService → const OptInFlags
CustomerService = 16
Marketing → const OptInFlags
Marketing = 4
Newsletter → const OptInFlags
Newsletter = 1
None → const OptInFlags
None = 0
PlayTests → const OptInFlags
PlayTests = 64
PlayTestsLocal → const OptInFlags
PlayTestsLocal = 128
Social → const OptInFlags
Social = 32
System → const OptInFlags
System = 2
UserResearch → const OptInFlags
UserResearch = 8