YArray constructor

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

Implementation

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