id property

String? id
override

id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Implementation

String? get id => _capabilityStatement.id;
void id=(String? _id)
inherited

Implementation

String? id;