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