RawData constructor

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

Implementation

const RawData(this.data);