Paystub.fromButlerResult constructor

Paystub.fromButlerResult(
  1. ButlerResult result
)

Implementation

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