FTokenMessage class
- Inheritance
- 
    - Object
- FBaseMessage
- FMessage
- FTokenMessage
 
Constructors
- 
          FTokenMessage({required String token, Map<String, String> ? data, FNotification? notification, FAndroidConfig? android, FWebpushConfig? webpush, FApnsConfig? apns, FFcmOptions? fcmOptions})
Properties
- android → FAndroidConfig?
- 
  
  finalinherited
- apns → FApnsConfig?
- 
  
  finalinherited
- 
  data
  → Map<String, String> ?
- 
  
  finalinherited
- fcmOptions → FFcmOptions?
- 
  
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- notification → FNotification?
- 
  
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- token → String
- 
  
  final
- webpush → FWebpushConfig?
- 
  
  finalinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toModel() → Message 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited