ServerLifecycleComponentMethod constructor
ServerLifecycleComponentMethod({
- required String name,
- required bool isFuture,
- required String returnType,
- required List<
ServerParam> parameters, - required String? exceptionType,
- required ServerImports import,
Implementation
ServerLifecycleComponentMethod({
required this.name,
required this.isFuture,
required this.returnType,
required this.parameters,
required this.exceptionType,
required this.import,
});