info static method

String info(
  1. int id
)

Get metadata for a specific image

Implementation

static String info(int id) {
  return 'https://picsum.photos/id/$id/info';
}