Json constructor

Json(
  1. Map<String, Object?> json
)

Implementation

Json(Map<String, Object?> json) : super(jsonEncode(json), utf8);