fromFire method

  1. @override
Future<GeoPoint?> fromFire(
  1. dynamic value
)
override

Implementation

@override
Future<GeoPoint?> fromFire(dynamic value) async => value as GeoPoint;