I\'m pretty new to Dart, and I\'m used to working with C# (and XNA usually), so Dart is a little different, and I\'m not sure why this error is happening.
Here c.Position.x is null. In Dart calling a method (or an operator - in your case) on null leads to a NoSuchMethodError.
c.Position.x
null
-
NoSuchMethodError