JsonDouble constructor

JsonDouble(
  1. String fieldName
)

Creates a new JsonDouble with the given fieldName.

The fieldName represents the key in the JSON object that this field corresponds to.

Implementation

JsonDouble(super.fieldName);