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