encodeAnother method

  1. @override
String encodeAnother(
  1. ClassHeapStats sample
)
override

More than one Encoded ClassHeapDetailStats, add a comma and the Encoded ClassHeapDetailStats entry.

Implementation

@override
String encodeAnother(ClassHeapStats sample) =>
    ',\n${jsonEncode(sample.json)}';