TypeWithPrefix constructor

const TypeWithPrefix({
  1. required Type type,
  2. String? prefix,
})

Implementation

const TypeWithPrefix({required this.type, this.prefix});