FloraCloudError constructor

FloraCloudError(
  1. int code,
  2. String? reason
)

Implementation

FloraCloudError(this.code, this.reason);