YMap constructor

const YMap({
  1. required int ref,
})

Implementation

const YMap({
  required this.ref,
});