Photo constructor

Photo(
  1. {String? photoReference,
  2. int? height,
  3. int? width,
  4. List<String>? htmlAttributions}
)

Implementation

Photo({this.photoReference, this.height, this.width, this.htmlAttributions});