openapi.swagger library
Classes
- $CustomJsonDecoder
- $JsonSerializableConverter
- ApiV1UploadsImagePut$RequestBody
- ApiV1UsersMeProfilePhotoUploadPut$RequestBody
- ApiV1UsersMeProfilePicturePut$RequestBody
- AssignUserRequest
- AttachmentRequest
- CategoryViewModel
- ChangePasswordRequest
- ChatMessageAttachmentViewModel
- ChatMessageReadMarkerViewModel
- ChatMessageRequest
- ChatMessageResponse
- ChatMessageResponseCollectionOf
- ChatSessionResponse
- ChatSessionResponseCollectionOf
- CommentRequest
- CommentViewModel
- CommentViewModelPaginationViewModel
- CreateChatSessionRequest
- CreateUserRequest
- IdentityError
- IdentityResult
- LocationRequest
- NotificationListResponse
- NotificationViewModel
- Openapi
- OtacViewModel
- ProblemDetails
- SuccessStatusResponse
- TaskGalleryItemRequest
- TaskGalleryPhotoViewModel
- TaskInterestResponse
- TaskRequest
- TaskViewModel
- TaskViewModelPaginationViewModel
- UpdateUserRequest
- UserViewModel
- UserViewModelPaginationViewModel
- ValidationFailureResponse
- ValidationFailureViewModel
Enums
Extensions
- $ApiV1UploadsImagePut$RequestBodyExtension on ApiV1UploadsImagePut$RequestBody
- $ApiV1UsersMeProfilePhotoUploadPut$RequestBodyExtension on ApiV1UsersMeProfilePhotoUploadPut$RequestBody
- $ApiV1UsersMeProfilePicturePut$RequestBodyExtension on ApiV1UsersMeProfilePicturePut$RequestBody
- $AssignUserRequestExtension on AssignUserRequest
- $AttachmentRequestExtension on AttachmentRequest
- $CategoryViewModelExtension on CategoryViewModel
- $ChangePasswordRequestExtension on ChangePasswordRequest
- $ChatMessageAttachmentViewModelExtension on ChatMessageAttachmentViewModel
- $ChatMessageReadMarkerViewModelExtension on ChatMessageReadMarkerViewModel
- $ChatMessageRequestExtension on ChatMessageRequest
- $ChatMessageResponseCollectionOfExtension on ChatMessageResponseCollectionOf
- $ChatMessageResponseExtension on ChatMessageResponse
- $ChatSessionResponseCollectionOfExtension on ChatSessionResponseCollectionOf
- $ChatSessionResponseExtension on ChatSessionResponse
- $CommentRequestExtension on CommentRequest
- $CommentViewModelExtension on CommentViewModel
- $CommentViewModelPaginationViewModelExtension on CommentViewModelPaginationViewModel
- $CreateChatSessionRequestExtension on CreateChatSessionRequest
- $CreateUserRequestExtension on CreateUserRequest
- $IdentityErrorExtension on IdentityError
- $IdentityResultExtension on IdentityResult
- $LocationRequestExtension on LocationRequest
- $NotificationListResponseExtension on NotificationListResponse
- $NotificationViewModelExtension on NotificationViewModel
- $OtacViewModelExtension on OtacViewModel
- $ProblemDetailsExtension on ProblemDetails
- $SuccessStatusResponseExtension on SuccessStatusResponse
- $TaskGalleryItemRequestExtension on TaskGalleryItemRequest
- $TaskGalleryPhotoViewModelExtension on TaskGalleryPhotoViewModel
- $TaskInterestResponseExtension on TaskInterestResponse
- $TaskRequestExtension on TaskRequest
- $TaskViewModelExtension on TaskViewModel
- $TaskViewModelPaginationViewModelExtension on TaskViewModelPaginationViewModel
- $UpdateUserRequestExtension on UpdateUserRequest
- $UserViewModelExtension on UserViewModel
- $UserViewModelPaginationViewModelExtension on UserViewModelPaginationViewModel
- $ValidationFailureResponseExtension on ValidationFailureResponse
- $ValidationFailureViewModelExtension on ValidationFailureViewModel
Constants
-
$AttachmentProviderMap
→ const Map<
AttachmentProvider, String> -
$AttachmentTypeMap
→ const Map<
AttachmentType, String> -
$CommentTypeMap
→ const Map<
CommentType, String> -
$DevicePlatformMap
→ const Map<
DevicePlatform, String> -
$NotificationTypesMap
→ const Map<
NotificationTypes, String> -
$TaskFrequencyMap
→ const Map<
TaskFrequency, String> -
$TaskIdealDateCompletionWhenMap
→ const Map<
TaskIdealDateCompletionWhen, String> -
$TaskStateMap
→ const Map<
TaskState, String> -
$TaskTypeMap
→ const Map<
TaskType, String>
Properties
- $jsonDecoder → $CustomJsonDecoder
-
final
Functions
-
attachmentProviderFromJson(
Object? attachmentProvider) → AttachmentProvider -
attachmentProviderListFromJson(
List? attachmentProvider) → List< AttachmentProvider> -
attachmentProviderListToJson(
List< AttachmentProvider> ? attachmentProvider) → List<String> -
attachmentProviderToJson(
AttachmentProvider? attachmentProvider) → String? -
attachmentTypeFromJson(
Object? attachmentType) → AttachmentType -
attachmentTypeListFromJson(
List? attachmentType) → List< AttachmentType> -
attachmentTypeListToJson(
List< AttachmentType> ? attachmentType) → List<String> -
attachmentTypeToJson(
AttachmentType? attachmentType) → String? -
commentTypeFromJson(
Object? commentType) → CommentType -
commentTypeListFromJson(
List? commentType) → List< CommentType> -
commentTypeListToJson(
List< CommentType> ? commentType) → List<String> -
commentTypeToJson(
CommentType? commentType) → String? -
devicePlatformFromJson(
Object? devicePlatform) → DevicePlatform -
devicePlatformListFromJson(
List? devicePlatform) → List< DevicePlatform> -
devicePlatformListToJson(
List< DevicePlatform> ? devicePlatform) → List<String> -
devicePlatformToJson(
DevicePlatform? devicePlatform) → String? -
notificationTypesFromJson(
Object? notificationTypes) → NotificationTypes -
notificationTypesListFromJson(
List? notificationTypes) → List< NotificationTypes> -
notificationTypesListToJson(
List< NotificationTypes> ? notificationTypes) → List<String> -
notificationTypesToJson(
NotificationTypes? notificationTypes) → String? -
taskFrequencyFromJson(
Object? taskFrequency) → TaskFrequency -
taskFrequencyListFromJson(
List? taskFrequency) → List< TaskFrequency> -
taskFrequencyListToJson(
List< TaskFrequency> ? taskFrequency) → List<String> -
taskFrequencyToJson(
TaskFrequency? taskFrequency) → String? -
taskIdealDateCompletionWhenFromJson(
Object? taskIdealDateCompletionWhen) → TaskIdealDateCompletionWhen -
taskIdealDateCompletionWhenListFromJson(
List? taskIdealDateCompletionWhen) → List< TaskIdealDateCompletionWhen> -
taskIdealDateCompletionWhenListToJson(
List< TaskIdealDateCompletionWhen> ? taskIdealDateCompletionWhen) → List<String> -
taskIdealDateCompletionWhenToJson(
TaskIdealDateCompletionWhen? taskIdealDateCompletionWhen) → String? -
taskStateFromJson(
Object? taskState) → TaskState -
taskStateListFromJson(
List? taskState) → List< TaskState> -
taskStateListToJson(
List< TaskState> ? taskState) → List<String> -
taskStateToJson(
TaskState? taskState) → String? -
taskTypeFromJson(
Object? taskType) → TaskType -
taskTypeListFromJson(
List? taskType) → List< TaskType> -
taskTypeListToJson(
List< TaskType> ? taskType) → List<String> -
taskTypeToJson(
TaskType? taskType) → String?
Typedefs
-
$JsonFactory<
T> = T Function(Map< String, dynamic> json)