GromoreError constructor

GromoreError({
  1. int? code,
  2. String? message,
})

Implementation

GromoreError({this.code, this.message});