copyWith method
Implementation
AddFollowUp copyWith({ String? masterUserId,
String? name,
}) => AddFollowUp( masterUserId: masterUserId ?? _masterUserId,
name: name ?? _name,
);
AddFollowUp copyWith({ String? masterUserId,
String? name,
}) => AddFollowUp( masterUserId: masterUserId ?? _masterUserId,
name: name ?? _name,
);