id property

  1. @override
String id
latefinal

A unique identifier for this asset. it's typically a hash of the asset's shortUri.

Implementation

@override
late final String id = xxh3String(Uint8List.fromList(stringUri.codeUnits));