PayeeLocation class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

PayeeLocation({required String id, required String payeeId, required String latitude, required String longitude, required bool deleted})
PayeeLocation.fromJson(Map<String, dynamic> json)
factory

Properties

deleted bool
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
latitude String
final
longitude String
final
payeeId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? payeeId, String? latitude, String? longitude, bool? deleted}) PayeeLocation

Available on PayeeLocation, provided by the $PayeeLocationExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<String>? payeeId, Wrapped<String>? latitude, Wrapped<String>? longitude, Wrapped<bool>? deleted}) PayeeLocation

Available on PayeeLocation, provided by the $PayeeLocationExtension extension

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 ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const PayeeLocation Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(PayeeLocation instance)