clone method
Creates a new instance of FastAppSettingsDocument with the same property values.
Implementation
@override
/// Creates a new instance of [FastAppSettingsDocument] with the same
/// property values.
FastAppSettingsDocument clone() => copyWith();