JsonValue.str constructor

const JsonValue.str(
  1. String value
)

Implementation

const factory JsonValue.str(String value) = JsonValueStr;