Multimedias class
name : "" url : "" content_type : "application/octet-stream" size : 188398
Constructors
- Multimedias.new({String? name, String? url, String? contentType, int? size})
- Multimedias.fromJson(dynamic json)
Properties
Methods
-
copyWith(
{String? name, String? url, String? contentType, int? size}) → Multimedias -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited