menu
serverpod package
documentation
protocol.dart
MethodInfo
MethodInfo constructor
MethodInfo constructor
dark_mode
light_mode
MethodInfo
constructor
MethodInfo
(
{
int
?
id
,
required
String
endpoint
,
required
String
method
,
})
Implementation
MethodInfo({ int? id, required this.endpoint, required this.method, }) : super(id);
serverpod package
documentation
protocol
MethodInfo
MethodInfo constructor
MethodInfo class