Metadata class
Constructors
- Metadata({String? operationType, String? hash, DateTime? minedAt, String? sentFrom, String? sentTo, String? status, int? nonce, Application? application, String? chain})
- 
          Metadata.fromJson(Map<String, dynamic> json)
- 
          
            factory
- Metadata.fromRawJson(String str)
- 
          
            factory
Properties
- application → Application?
- 
  
  final
- chain → String?
- 
  
  final
- hash → String?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- minedAt → DateTime?
- 
  
  final
- nonce → int?
- 
  
  final
- operationType → String?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sentFrom → String?
- 
  
  final
- sentTo → String?
- 
  
  final
- status → String?
- 
  
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toRawJson() → String 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited