AppleSocialConnection.fromMap constructor

AppleSocialConnection.fromMap(
  1. Map<String, dynamic> map
)

Implementation

AppleSocialConnection.fromMap(Map<String, dynamic> map)
    : providerId = map['providerId'],
      createdAt = map['createdAt'],
      lastLoginAt = map['lastLoginAt'],
      providerIdentifier = map['providerIdentifier'];