InitTerraResult constructor

InitTerraResult({
  1. bool? isSuccess,
  2. String? error,
  3. Terra? terraConfig,
})

Implementation

InitTerraResult({
  this.isSuccess,
  this.error,
  this.terraConfig,
});