CustomSchema constructor

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

Implementation

const CustomSchema({required this.data});