signature method

  1. @override
String signature()
override

Returns a string that identifies the concrete type of this allocator, including its type parameters (e.g. "RTempAlloc<Float>").

Implementation

@override
String signature() => '$runtimeType<$T, $X>';