RawMap constructor

const RawMap(
  1. Map<String, Object?> data
)

Implementation

const RawMap(this.data);