FullType constructor

const FullType(
  1. Type? root, [
  2. List<FullType> parameters = const []
])

Implementation

const FullType(this.root, [this.parameters = const []]) : nullable = false;