MyModel constructor

MyModel({
  1. String? image,
})

Implementation

MyModel({this.image});