Extensions constructor

Extensions({
  1. required String code,
})

Implementation

Extensions({
  required this.code,
});