TraitConstructor<TraitValue extends Object, T extends Trait<TraitValue> > typedef
Constructs Trait objects from JSON values.
Implementation
typedef TraitConstructor<TraitValue extends Object, T extends Trait<TraitValue>>
= T Function(Object?);