TypeIdentifier constructor

const TypeIdentifier({
  1. required String name,
  2. required Uri lib,
})

Implementation

const TypeIdentifier({required this.name, required this.lib});