getRootBone method

Bone? getRootBone()
inherited

Implementation

Bone? getRootBone() => bones.isEmpty ? null : bones[0];