WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequest({String? uniqueid1, String? uniqueid2, String? uniqueid3, int? uniqueId1Int, String? description, String? extension, String? recType, String? imageDataUrl})
WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequest.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
extension String?
final
hashCode int
The hash code for this object.
no setteroverride
imageDataUrl String?
final
recType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueid1 String?
final
uniqueId1Int int?
final
uniqueid2 String?
final
uniqueid3 String?
final

Methods

copyWith({String? uniqueid1, String? uniqueid2, String? uniqueid3, int? uniqueId1Int, String? description, String? extension, String? recType, String? imageDataUrl}) WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequest

Available on WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequest, provided by the $WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequestExtension extension

copyWithWrapped({Wrapped<String?>? uniqueid1, Wrapped<String?>? uniqueid2, Wrapped<String?>? uniqueid3, Wrapped<int?>? uniqueId1Int, Wrapped<String?>? description, Wrapped<String?>? extension, Wrapped<String?>? recType, Wrapped<String?>? imageDataUrl}) WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequest

Available on WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequest, provided by the $WebApiControllersSharedControlsAppImageAppImageControllerAddAsyncRequestExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override