MockBaseModel.fromJson(Map<String, dynamic> json) : uid = json['uid'] as String, filePaths = (json['filePaths'] as List<dynamic>).cast<String>();