MetasImage constructor

const MetasImage({
  1. required String path,
  2. required ImageType type,
  3. String? package,
})

Implementation

const MetasImage({
  required this.path,
  required this.type,
  this.package,
});