randomImg method

String randomImg([
  1. int width = 1080,
  2. int height = 720
])

Implementation

String randomImg([int width = 1080, int height = 720]) =>
    "https://loremflickr.com/$width/$height?random=$this";