shapeMutable property

bool get shapeMutable

Implementation

bool get shapeMutable => ref.shape_mutable;
set shapeMutable (bool value)

Implementation

set shapeMutable(bool value) => ref.shape_mutable = value;