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