priority property

  1. @override
int get priority
override

优先级,数字越小越先执行,默认 100

Implementation

@override
int get priority => 80;