prefixTypeForId method

String prefixTypeForId(
  1. String idSuffix
)

Prefixes this BaseModel's type to idSuffix

Implementation

String prefixTypeForId(String idSuffix) => '$type::$idSuffix';