DataPart constructor

DataPart({
  1. Map<String, Object?>? data,
})

Implementation

DataPart({this.data});