modelValue top-level property

List<MyModel> modelValue
getter/setter pair

Implementation

var modelValue = [
  MyModel(
    image: 'mainp1.png',
  ),
  MyModel(
    image: 'mainp2.png',
  ),
  MyModel(
    image: 'mainp3.png',
  )
];