copyWith method
Implementation
FollowDate copyWith({ String? format,
String? time,
String? sort,
}) => FollowDate( format: format ?? _format,
time: time ?? _time,
sort: sort ?? _sort,
);
FollowDate copyWith({ String? format,
String? time,
String? sort,
}) => FollowDate( format: format ?? _format,
time: time ?? _time,
sort: sort ?? _sort,
);