EmptyModel constructor

EmptyModel({
  1. String? name,
})

EmptyModel constructor is used to create a new EmptyModel

Implementation

EmptyModel({this.name});