clone method

  1. @override
FastAppInfoBlocState clone()
override

Creates a new FastAppInfoBlocState instance with the same property values as the current instance.

Implementation

@override
FastAppInfoBlocState clone() => copyWith();