clone method

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

Implementation

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