JsonContent constructor

JsonContent({
  1. required Map<String, dynamic> json,
})

Implementation

JsonContent({required this.json});