Processing3dLutDataPut$RequestBody class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
Processing3dLutDataPut$RequestBody({required List<
Object> data}) -
Processing3dLutDataPut$RequestBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{List< Object> ? data}) → Processing3dLutDataPut$RequestBody -
Available on Processing3dLutDataPut$RequestBody, provided by the $Processing3dLutDataPut$RequestBodyExtension extension
-
copyWithWrapped(
{Wrapped< List< ? data}) → Processing3dLutDataPut$RequestBodyObject> > -
Available on Processing3dLutDataPut$RequestBody, provided by the $Processing3dLutDataPut$RequestBodyExtension 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
Constants
-
fromJsonFactory
→ const Processing3dLutDataPut$RequestBody Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Processing3dLutDataPut$RequestBody instance)