RowEntity constructor

const RowEntity({
  1. required Map<String, dynamic> data,
})

Implementation

const RowEntity({required this.data});