TypeOptions class

Available extensions
Annotations
  • @CopyWith.new()
  • @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

TypeOptions({String? type, List<String>? metadataFetchers, List<String>? metadataFetcherOrder, List<String>? imageFetchers, List<String>? imageFetcherOrder, List<ImageOption>? imageOptions})
Returns a new TypeOptions instance.
TypeOptions.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$TypeOptionsCWProxy

Available on TypeOptions, provided by the $TypeOptionsCopyWith extension

Returns a callable class used to build a new instance with modified fields. Example: instanceOfTypeOptions.copyWith(...) or instanceOfTypeOptions.copyWith.fieldName(...).
no setter
hashCode int
The hash code for this object.
no setteroverride
imageFetcherOrder List<String>?
final
imageFetchers List<String>?
final
imageOptions List<ImageOption>?
final
metadataFetcherOrder List<String>?
final
metadataFetchers List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
final

Methods

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