Paystub.fromButlerResult constructor
Paystub.fromButlerResult(
- ButlerResult result
Implementation
factory Paystub.fromButlerResult(ButlerResult result) => Paystub.fromJson(result.toJson());
factory Paystub.fromButlerResult(ButlerResult result) => Paystub.fromJson(result.toJson());