elements property

Float32List elements
final

Implementation

final Float32List elements = Float32List.fromList([
  1, 0, 0,
  0, 1, 0,
  0, 0, 1
]);