DatepickerModel constructor
DatepickerModel(})
Implementation
DatepickerModel(
Model super.parent,
super.id, {
String? type,
dynamic format,
dynamic clear,
dynamic showicon,
}) {
if (type != null) this.type = type;
if (format != null) this.format = format;
if (clear != null) this.clear = clear;
if (showicon != null) this.showicon = showicon;
}