USimCardResponse constructor
USimCardResponse({})
Implementation
USimCardResponse({
required this.id,
required this.createdAt,
required this.jsonData,
required this.tags,
required this.number,
required this.userId,
required this.adminUserIds,
this.creator,
this.creatorId,
this.serial,
this.user,
});