child property

T get child

Implementation

T get child => _child as T;
set child (T value)

Implementation

set child(T value) => _child = value;