MeilisearchVariables class

Annotations
  • @Freezed(toJson: false)

Constructors

MeilisearchVariables({@JsonKey(name: 'MEILISEARCH_ENDPOINT') required String endpoint, @JsonKey(name: 'MEILISEARCH_API_KEY') required String apiKey})
const
factory
MeilisearchVariables.fromJson(Map<String, dynamic> json)
factory

Properties

apiKey String
no setterinherited
copyWith → $MeilisearchVariablesCopyWith<MeilisearchVariables>
no setterinherited
endpoint String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

requiredVariables → const List<String>