getParent method

T? getParent(
  1. T value
)

Returns the parent of the given value

Implementation

T? getParent(T value) => null;