Model constructor

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

Implementation

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