clone method
Creates a new FastAppSettingsBlocState instance with the same property values as the current instance.
Implementation
@override
FastAppSettingsBlocState clone() => copyWith();
Creates a new FastAppSettingsBlocState instance with the same property values as the current instance.
@override
FastAppSettingsBlocState clone() => copyWith();