Model constructor

const Model([
  1. Map<String, dynamic> _data = const {}
])

Implementation

const Model([this._data = const {}]);