isEmpty property
bool
get
isEmpty
Whether or not this object is empty.
Implementation
bool get isEmpty =>
originalUrl == null &&
thumbUrl == null &&
largeUrl == null &&
caption == null;
Whether or not this object is empty.
bool get isEmpty =>
originalUrl == null &&
thumbUrl == null &&
largeUrl == null &&
caption == null;