TF-4227 Add integration test on mobile for case display_view_with_all_email_with_tag_scenario
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:labels/model/label.dart';
|
||||
|
||||
class ProvisioningLabel {
|
||||
final String displayName;
|
||||
|
||||
ProvisioningLabel(this.displayName);
|
||||
|
||||
Label toLabel() => Label(displayName: displayName);
|
||||
}
|
||||
Reference in New Issue
Block a user