signature method

String signature()

Returns a string that identifies the concrete type of this allocator, including its type parameters.

Implementation

String signature() => runtimeType.toString();