clone method

  1. @override
FastSettingsDescriptor clone()
override

Creates a new FastSettingsDescriptor instance that is a copy of this instance.

Implementation

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