sharedAttribute method

String? sharedAttribute(
  1. String name
)

Implementation

String? sharedAttribute(String name) {
  return _latest(name, EntityKeyType.SHARED_ATTRIBUTE);
}