SIPTrunkResponse constructor
SIPTrunkResponse({})
Returns a new SIPTrunkResponse instance.
Implementation
SIPTrunkResponse({
this.allowedIps = const [],
required this.createdAt,
required this.id,
required this.name,
this.numbers = const [],
required this.password,
required this.updatedAt,
required this.uri,
required this.username,
});