UserInfo constructor

UserInfo(
  1. String id,
  2. String name,
  3. String? photo
)

Implementation

UserInfo(this.id, this.name, this.photo);