EnumValueTrait.fromJson constructor

const EnumValueTrait.fromJson(
  1. Object? json
)

Implementation

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