FbiImage class

Represents image data for an FBI case.

Constructors

FbiImage({String? originalUrl, String? thumbUrl, String? largeUrl, String? caption})
Creates an FbiImage object.
const
FbiImage.empty()
Creates an empty FbiImage object.
FbiImage.fromJson(Map<String, dynamic> json)
Creates a FbiImage object from a JSON object.
factory

Properties

caption String?
A caption for the image.
final
hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
Whether or not this object is empty.
no setter
isNotEmpty bool
Whether or not this object is not empty.
no setter
largeUrl String?
The URL of the large image.
final
originalUrl String?
The URL of the original image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbUrl String?
The URL of the thumbnail image.
final

Methods

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

Operators

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