HorusRemoteEntity class

Available extensions
Annotations
  • @freezed

Constructors

HorusRemoteEntity({@JsonKey(name: 'name') required String name, @JsonKey(name: 'paid_seats') required List<PaidSeatRemoteEntity>? paidSeats, @JsonKey(name: 'site') required String site, @JsonKey(name: 'locality') required String locality, @JsonKey(name: 'comunity') required String comunity, @JsonKey(name: 'max_price') required PriceRemoteEntity maxPrice, @JsonKey(name: 'min_price') required PriceRemoteEntity minPrice, @JsonKey(name: 'max_capacity') required int maxCapacity, @JsonKey(name: 'accessible_place') required bool accessiblePlace})
const
factory
HorusRemoteEntity.fromJson(Map<String, dynamic> json)
factory

Properties

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