Import constructor

const Import({
  1. required String locale,
  2. required String path,
})

Implementation

const Import({
  required this.locale,
  required this.path,
});