latitude property

  1. @HiveField.new(0)
String? latitude
final

The latitude and longitude of the user's location Need permission location

Implementation

@HiveField(0)
final String? latitude;