Instance Property
value
Declaration
var value: Any! { get }Declaration
@property (nonatomic, copy, readonly) id value;Declaration
value() -> objectDiscussion
Returns an object that represents the value of this token.
Instance Property
var value: Any! { get }@property (nonatomic, copy, readonly) id value;value() -> objectReturns an object that represents the value of this token.