EnumCodec<E extends RaylibEnum, R extends RType> constructor

const EnumCodec<E extends RaylibEnum, R extends RType>(
  1. R type,
  2. E enumFactory(
    1. int
    )
)

Implementation

const EnumCodec(super.type, this.enumFactory);