Json.str constructor

const Json.str(
  1. String value
)

Implementation

const factory Json.str(String value) = JsonStr;