$PushRegisterDeviceRequestApplicationJsonInterface class sealed

Implementers
Annotations
  • @BuiltValue.new(instantiable: false)

Properties

devicePublicKey → String
Public key of the device.
no setter
hashCode → int
The hash code for this object.
no setterinherited
proxyServer → String
Proxy server to be used.
no setter
pushTokenHash → String
Hash of the push token.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($PushRegisterDeviceRequestApplicationJsonInterfaceBuilder)) → $PushRegisterDeviceRequestApplicationJsonInterface
Rebuilds the instance.
toBuilder() → $PushRegisterDeviceRequestApplicationJsonInterfaceBuilder
Converts the instance to a builder $PushRegisterDeviceRequestApplicationJsonInterfaceBuilder.
toString() → String
A string representation of this object.
inherited

Operators

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