getRootBone method

Bone? getRootBone()

Implementation

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