LivelinessUrls constructor

LivelinessUrls({
  1. required String direction,
  2. required String imgUrl,
})

Implementation

LivelinessUrls({
  required this.direction,
  required this.imgUrl,
});