clone method

  1. @override
FastAppSettingsDocument clone()
override

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();