empty static method

XenditError empty()
override

create XenditError Empty

Implementation

static XenditError empty() {
  return XenditError({});
}