depth property

int? get depth
override

Implementation

int? get depth => _$this._depth;
set depth (covariant int? depth)
covariantoverride

Implementation

set depth(covariant int? depth) => _$this._depth = depth;