CreateOrganizationAction constructor
CreateOrganizationAction(
- dynamic body, {
- dynamic onError(
- ApiError
- dynamic onSuccess(
- Response
- String? json,
Implementation
CreateOrganizationAction(body, {this.onError, this.onSuccess, this.json})
: body = body,
super("$_PATH", body);