Json.object constructor

Json.object(
  1. Map<String, dynamic> json
)

Implementation

Json.object(Map<String, dynamic> json) : super.t2(json);