apiVersion property

  1. @override
String apiVersion
override

child classes can override these getters which will allow methods in this class to see static variables from child classes

Implementation

@override
String get apiVersion => kApiVersion;