mat3DList property

List<Mat3D> mat3DList
inherited

mat3D

Implementation

List<Mat3D> get mat3DList => $get(#mat3D) ?? [];
void mat3DList=(List<Mat3D> mat3D)
inherited

Implementation

set mat3DList(List<Mat3D> mat3D) => $set(#mat3D, mat3D);