menu
mediasfu_sdk
types\types.dart
RequestResponse
RequestResponse.new constructor
RequestResponse.new
dark_mode
light_mode
RequestResponse
constructor
RequestResponse
(
{
required
String
id
,
String
?
icon
,
String
?
name
,
String
?
username
,
String
?
action
,
String
?
type
,
})
Implementation
RequestResponse({ required this.id, this.icon, this.name, this.username, this.action, this.type, });
mediasfu_sdk
types
RequestResponse
RequestResponse.new constructor
RequestResponse class