AuthenticationToken.fromJson constructor

AuthenticationToken.fromJson(
  1. Map<String, Object?> json
)

Implementation

AuthenticationToken.fromJson(super.json)
  : token = json['token'] as String,
    txnId = json['txn_id'] as String?,
    super.fromJson();