ShapeId constructor

const ShapeId({
  1. required String namespace,
  2. required String shape,
  3. String? member,
})

Implementation

const ShapeId({required this.namespace, required this.shape, this.member});