TypeDefSequence constructor

const TypeDefSequence({
  1. required TypeId type,
})

Creates a new sequence type.

Implementation

const TypeDefSequence({required this.type});