JsonKey constructor

JsonKey(
  1. String? name,
  2. IdentifierToken jsonNameToken
)

Implementation

JsonKey(super.name, this.jsonNameToken);