PassWebService class

Constructors

PassWebService({required String authenticationToken, required Uri webServiceURL})
const

Properties

authenticationToken String
The authentication token to use with the web service. The token must be 16 characters or longer.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webServiceURL Uri
The URL of a web service that conforms to the API described in PassKit Web Service Reference.
final

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

maybe({String? authenticationToken, String? webServiceURL}) PassWebService?
returns a PassWebService in case authenticationToken and webServiceURL are both valid values.