LinkTokenGetResponse class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

LinkTokenGetResponse({required String linkToken, required DateTime? createdAt, required DateTime? expiration, required LinkTokenGetMetadataResponse metadata, required String requestId})
LinkTokenGetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
final
expiration DateTime?
final
hashCode int
The hash code for this object.
no setteroverride
linkToken String
final
metadata LinkTokenGetMetadataResponse
final
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? linkToken, DateTime? createdAt, DateTime? expiration, LinkTokenGetMetadataResponse? metadata, String? requestId}) LinkTokenGetResponse

Available on LinkTokenGetResponse, provided by the $LinkTokenGetResponseExtension extension

copyWithWrapped({Wrapped<String>? linkToken, Wrapped<DateTime?>? createdAt, Wrapped<DateTime?>? expiration, Wrapped<LinkTokenGetMetadataResponse>? metadata, Wrapped<String>? requestId}) LinkTokenGetResponse

Available on LinkTokenGetResponse, provided by the $LinkTokenGetResponseExtension 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 LinkTokenGetResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(LinkTokenGetResponse instance)