EnumValueTrait.fromJson constructor
const
EnumValueTrait.fromJson(
- Object? json
Implementation
const EnumValueTrait.fromJson(Object? json) : super(id, json as Object);
const EnumValueTrait.fromJson(Object? json) : super(id, json as Object);