AudioNativeProjectSettingsResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- AudioNativeProjectSettingsResponseModel({required String title, required String image, required String author, required bool small, required String textColor, required String backgroundColor, required int sessionization, dynamic audioPath, dynamic audioUrl, AudioNativeProjectSettingsResponseModelStatus? status})
-
const
-
AudioNativeProjectSettingsResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioPath → dynamic
-
final
- audioUrl → dynamic
-
final
-
final
- backgroundColor → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- image → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionization → int
-
final
- small → bool
-
final
- status → AudioNativeProjectSettingsResponseModelStatus?
-
final
- textColor → String
-
final
- title → String
-
final
Methods
-
copyWith(
{String? title, String? image, String? author, bool? small, String? textColor, String? backgroundColor, int? sessionization, dynamic audioPath, dynamic audioUrl, AudioNativeProjectSettingsResponseModelStatus? status}) → AudioNativeProjectSettingsResponseModel -
Available on AudioNativeProjectSettingsResponseModel, provided by the $AudioNativeProjectSettingsResponseModelExtension extension
-
copyWithWrapped(
{Wrapped< String> ? title, Wrapped<String> ? image, Wrapped<String> ? author, Wrapped<bool> ? small, Wrapped<String> ? textColor, Wrapped<String> ? backgroundColor, Wrapped<int> ? sessionization, Wrapped? audioPath, Wrapped? audioUrl, Wrapped<AudioNativeProjectSettingsResponseModelStatus?> ? status}) → AudioNativeProjectSettingsResponseModel -
Available on AudioNativeProjectSettingsResponseModel, provided by the $AudioNativeProjectSettingsResponseModelExtension 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 ==(
Object other) → bool -
The equality operator.
override
Static Methods
Constants
-
fromJsonFactory
→ const AudioNativeProjectSettingsResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AudioNativeProjectSettingsResponseModel instance)