ExternalId constructor

ExternalId({
  1. String? id,
  2. String? namespace,
})

Implementation

ExternalId({this.id, this.namespace});