removeLast method

T removeLast()

Implementation

T removeLast() => removeAt(_children.length - 1);