JsonOptionalObjectKey<T extends Json>.populated constructor
JsonOptionalObjectKey<T extends Json>.populated (
- String key,
- T? val
Create a JsonKey that has already been populated with a value.
Implementation
JsonOptionalObjectKey.populated(super.key, super.val) : super.populated();