memberProfilePhoto method

String? memberProfilePhoto()

Implementation

String? memberProfilePhoto() {
  return member.photoURL;
}