from property

  1. @Deprecated('Use fromUrl instead')
String? from

The url we are coming from

Implementation

@Deprecated('Use fromUrl instead')
String? get from => fromUrl;