UserProfile constructor

UserProfile({
  1. String displayName,
  2. String photoURL,
})

Implementation

external factory UserProfile({String displayName, String photoURL});