GeneralSchemaApi<AGeneralSchemaEnsureInitializedValue extends GeneralSchemaEnsureInitializedBaseCore, AGeneralSchemaResponseValue extends GeneralSchemaResponseBaseCore, AGeneralSchemaDatabaseValue extends GeneralSchemaDatabase<GeneralSchemaEnsureInitializedBaseCore> , AGeneralSchemaRequestValue extends GeneralSchemaRequestBaseCore> class
abstract
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
- Inheritance
-
- Object
- GeneralSchemaBaseCore<
AGeneralSchemaEnsureInitializedValue> - GeneralSchemaApi
- Mixed-in types
-
- GeneralSchemaInvokeRequestBaseCore<
AGeneralSchemaResponseValue, AGeneralSchemaRequestValue>
- GeneralSchemaInvokeRequestBaseCore<
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → FutureOr< void> -
GeneralLib
inherited
-
ensureInitialized(
{required AGeneralSchemaEnsureInitializedValue? generalSchemaRequest}) → FutureOr< void> -
GeneralLib
inherited
-
getDetailStatusDeviceSupportAsync(
) → FutureOr< GeneralSchemaDeviceStatusSupportType> -
GeneralLib
inherited
-
getDetailStatusDeviceSupportSync(
) → GeneralSchemaDeviceStatusSupportType -
GeneralLib
inherited
-
getLibraryStatusTypeAsync(
) → FutureOr< GeneralSchemaLibraryStatusType> -
GeneralLib
inherited
-
getLibraryStatusTypeSync(
) → GeneralSchemaLibraryStatusType -
GeneralLib
inherited
-
initialized(
) → FutureOr< void> -
GeneralLib
inherited
-
invoke(
{required AGeneralSchemaRequestValue parameters}) → FutureOr< AGeneralSchemaResponseValue> -
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
-
invokeRaw(
{required AGeneralSchemaRequestValue parameters}) → FutureOr< AGeneralSchemaResponseValue> -
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
-
isDeviceSupportAsync(
) → FutureOr< bool> -
GeneralLib
inherited
-
isDeviceSupportSync(
) → bool -
GeneralLib
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
{required AGeneralSchemaRequestValue parameters}) → FutureOr< AGeneralSchemaResponseValue> -
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
valueBuilderAsync<
T extends Object?> ({required FutureOr< T> onValueBuilder(), required FutureOr<T> onErrorValueBuilder(dynamic error, StackTrace stackTrace)}) → FutureOr<T> -
Available on GeneralSchemaBaseCore<
General Library Documentation Undocument By General Corporation & Global Corporation & General DeveloperGeneralSchemaEnsureInitializedBaseCore> , provided by the GeneralSchemaBaseCoreExtensionBaseCore extension -
valueBuilderSync<
T extends Object?> ({required T onValueBuilder(), required T onErrorValueBuilder(dynamic error, StackTrace stackTrace)}) → T -
Available on GeneralSchemaBaseCore<
General Library Documentation Undocument By General Corporation & Global Corporation & General DeveloperGeneralSchemaEnsureInitializedBaseCore> , provided by the GeneralSchemaBaseCoreExtensionBaseCore extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited