SocialProfile.fromMap constructor

SocialProfile.fromMap(
  1. Map m
)

Implementation

SocialProfile.fromMap(Map m) {
  label = m["label"];
  urlString = m["urlString"];
  username = m["username"];
  service = m["service"];
}