copyWith property

  1. @override
dynamic get copyWith
override

Implementation

@override
get copyWith => MockBaseModel(
      uid: uid,
      filePaths: filePaths,
    );