unprefixedInterface property
String
get
unprefixedInterface
Prepend interfacePrefix
to the type
Implementation
String get unprefixedInterface =>
isMessage ? unprefixedInjectPrefix(interfacePrefix) : unprefixed;