RePlurkResult constructor

RePlurkResult({
  1. bool? success,
  2. String? error,
})

Implementation

RePlurkResult({this.success, this.error});