ApiEndpoint constructor
const
ApiEndpoint({})
Implementation
const ApiEndpoint({
required this.path,
required this.actions,
this.method = HttpMethod.post,
this.fields = const [],
this.requiresAuth = false,
});