LMap constructor

LMap(
  1. Map<String, Object?> map, {
  2. Object? def,
})

Implementation

LMap(this.map, {this.def});