Target constructor
Target({})
Implementation
Target({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.name,
required this.userId,
this.providerId,
required this.providerType,
required this.identifier,
});