IdentityGetResponse class
- Available extensions
- Annotations
- 
    - @JsonSerializable.new(explicitToJson: true)
 
Constructors
- 
          IdentityGetResponse({required List<AccountIdentity> accounts, required Item item, required String requestId})
- 
          IdentityGetResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
Methods
- 
  copyWith({List< AccountIdentity> ? accounts, Item? item, String? requestId}) → IdentityGetResponse
- 
      Available on IdentityGetResponse, provided by the $IdentityGetResponseExtension extension 
- 
  copyWithWrapped({Wrapped< List< ? accounts, Wrapped<AccountIdentity> >Item> ? item, Wrapped<String> ? requestId}) → IdentityGetResponse
- 
      Available on IdentityGetResponse, provided by the $IdentityGetResponseExtension extension 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(dynamic other) → bool 
- 
  The equality operator.
  override
Constants
- 
    fromJsonFactory
  → const IdentityGetResponse Function(Map<String, dynamic> json)
- 
    toJsonFactory
  → const Map<String, dynamic> Function(IdentityGetResponse instance)