W3cubDocs

/Dart 2

m32 property

num m32

Implementation

num get m32 => JS("num", "#.m32", this);
void m32= (num value)

Implementation

set m32(num value) {
  JS("void", "#.m32 = #", this, value);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-html/DomMatrix/m32.html