CustomGridView constructor

CustomGridView({
  1. required String jsonString,
})

Implementation

CustomGridView({required this.jsonString});