W3cubDocs

/Dart 2

LinearAccelerationSensor constructor

LinearAccelerationSensor([Map sensorOptions ])

Implementation

factory LinearAccelerationSensor([Map sensorOptions]) {
  if (sensorOptions != null) {
    var sensorOptions_1 = convertDartToNative_Dictionary(sensorOptions);
    return LinearAccelerationSensor._create_1(sensorOptions_1);
  }
  return LinearAccelerationSensor._create_2();
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/LinearAccelerationSensor/LinearAccelerationSensor.html