Creates an instance from a map of values.
factory IaCardLinkSession.fromMap(Map<String, dynamic> map) { return IaCardLinkSession(data: map); }