toString method

  1. @override
String toString()
override

Get the Url-safe base64 encoded slugid.

This is a 22 characters string with == padding stripped.

Implementation

@override
String toString() => base64Url.encode(_bytes).substring(0, 22);