copyWith property

CustomizableWiredashMetaData Function({String? buildCommit, String? buildNumber, String? buildVersion, Map<String, Object?>? custom, String? userEmail, String? userId}) copyWith

Implementation

CustomizableWiredashMetaData Function({
  String? userId,
  String? userEmail,
  String? buildVersion,
  String? buildNumber,
  String? buildCommit,
  Map<String, Object?>? custom,
}) get copyWith => _copyWith;