isOverFlow method

bool isOverFlow(
  1. dynamic data
)

Implementation

bool isOverFlow(data) => length() + data.length > capacity!;