JsonOptionalObjectKey<T extends Json>.populated constructor

JsonOptionalObjectKey<T extends Json>.populated(
  1. String key,
  2. T? val
)

Create a JsonKey that has already been populated with a value.

Implementation

JsonOptionalObjectKey.populated(super.key, super.val) : super.populated();