RawRepresentable<RawValue> constructor

const RawRepresentable<RawValue>({
  1. required RawValue rawValue,
})

Implementation

const RawRepresentable({required this.rawValue});