PhotoLinks constructor

const PhotoLinks({
  1. Map<String, dynamic>? source,
  2. required Uri self,
  3. required Uri html,
  4. required Uri download,
  5. required Uri downloadLocation,
})

Implementation

const PhotoLinks({
  Map<String, dynamic>? source,
  required this.self,
  required this.html,
  required this.download,
  required this.downloadLocation,
}) : super(source: source);