JsonMap<T extends JsonType> constructor

JsonMap<T extends JsonType>(
  1. T childCreator()
)

Implementation

JsonMap(this.childCreator);