GoogleResponseList<T> constructor

GoogleResponseList<T>({
  1. ResponseStatus? status,
  2. String? errorMessage,
  3. List<T>? results,
})

Implementation

GoogleResponseList({super.status, super.errorMessage, this.results});