MetaPublic constructor

const MetaPublic({
  1. required String path,
})

Implementation

const MetaPublic({
  required this.path,
});