idiomaticName property
Gets the idiomatic name of a prelude trait by stripping off the
smithy.api#
prefix. This is used in various error messages.
Implementation
@internal
String get idiomaticName => name.replaceFirst('smithy.api#', '');
Gets the idiomatic name of a prelude trait by stripping off the
smithy.api#
prefix. This is used in various error messages.
@internal
String get idiomaticName => name.replaceFirst('smithy.api#', '');