JsonObject constructor

const JsonObject(
  1. Map<String, dynamic> json
)

Implementation

const JsonObject(this.json);