LazyJson constructor

const LazyJson(
  1. dynamic toJson()
)

Implementation

const LazyJson(this.toJson);