getConstraints method
Returns a map containing the set of constraints most recently established for the track using a prior call to applyConstraints().
These constraints indicate values and ranges of values that the Web site or application has specified are required or acceptable for the included constrainable properties.
Implementation
Map<String, dynamic> getConstraints() {
throw UnimplementedError();
}