FullType.nullable constructor

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

Implementation

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