key property

  1. @override
String key
override

The JSON key for this attribute.

Implementation

@override
String get key =>
    isCustom && !hasCustomPrefix(_key) ? '$_customPrefix$_key' : _key;