FastImage constructor

FastImage([
  1. HttpClient? client
])

Implementation

FastImage([HttpClient? client])
  : this.client = client ?? HttpClient();