model/models library
Classes
Extensions
- AskIntDialogParamsPatterns on AskIntDialogParams
- Adds pattern-matching-related methods to AskIntDialogParams.
- AskOkDialogParamsPatterns on AskOkDialogParams
- Adds pattern-matching-related methods to AskOkDialogParams.
- AskStringDialogParamsPatterns on AskStringDialogParams
- Adds pattern-matching-related methods to AskStringDialogParams.
- BaseApiExceptionEx on BaseApiException
- BaseApiExceptionPatterns on BaseApiException
- Adds pattern-matching-related methods to BaseApiException.
- ByteModelEx on ByteModel
- ByteModelPatterns on ByteModel
- Adds pattern-matching-related methods to ByteModel.
- DartTypeModelDynEx on dynamic
- DartTypeModelEx on DartTypeModel
- DartTypeModelPatterns on DartTypeModel
- Adds pattern-matching-related methods to DartTypeModel.
- ImageParamsEx on ImageParams
- ImageParamsPatterns on ImageParams
- Adds pattern-matching-related methods to ImageParams.
- JsonStringDataEx on JsonStringData
- MyImagePatterns on MyImage
- Adds pattern-matching-related methods to MyImage.
- MyPlatformEx on MyPlatform
- MyPlatformPatterns on MyPlatform
- Adds pattern-matching-related methods to MyPlatform.
- PictureSelectionI18nConfigPatterns on PictureSelectionI18nConfig
- Adds pattern-matching-related methods to PictureSelectionI18nConfig.
- PictureSelectionItemModelEx on PictureSelectionItemModel
- PictureSelectionItemModelPatterns on PictureSelectionItemModel
- Adds pattern-matching-related methods to PictureSelectionItemModel.
- RequestParamsex on RequestParams
- RequestParamsPatterns on RequestParams
- Adds pattern-matching-related methods to RequestParams.
Constants
- igFreezedJson → const JsonKey
Properties
- myPlatform → MyPlatform
-
no setter
Functions
-
decodeModelOrNull<
T> (String jsonString, T decode(Map< String, dynamic> jsonMap)) → T? -
tryString2Model<
T> (String data, T parse(Map< String, dynamic> json), T orElse()) → T
Typedefs
- CustomCompletedWidget = Widget? Function(ExtendedImageState state, ImageParams params, Widget child)
-
DioStart
= Future<
void> Function(Dio dio, String url) -
InterceptorCall
= ISet<
Interceptor> Function(ISet<Interceptor> old) - PM = PictureSelectionItemModel
- ReLoginSuccess = void Function()
- ResponseResultCallback = void Function(dynamic response)
- UrlParseFormat = String Function(String uri, dynamic queryParameters)