runtimeType property

  1. @override
Type runtimeType
override

A representation of the runtime type of the object.

Implementation

@override
// TODO: implement runtimeType
Type get runtimeType {
  if (updateFlag == 0) {
    return RefreshPhysics;
  } else {
    return BouncingScrollPhysics;
  }
}