JsonString constructor

JsonString(
  1. String fieldName
)

Constructs an instance of JsonString.

Parameters:

  • fieldName: The name of the field.

Implementation

JsonString(super.fieldName);