TypeDefSequence constructor
const
TypeDefSequence({
- required TypeId type,
Creates a new sequence type.
Implementation
const TypeDefSequence({required this.type});
Creates a new sequence type.
const TypeDefSequence({required this.type});