TF-1204 Add FirebaseRegistration/get method/response and write unit test
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
import 'package:equatable/equatable.dart';
|
||||
|
||||
class TypeName with EquatableMixin {
|
||||
static final mailboxType = TypeName('Mailbox');
|
||||
static final emailType = TypeName('Email');
|
||||
static final emailDelivery = TypeName('EmailDelivery');
|
||||
|
||||
final String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user