W9.fromButlerResult constructor

W9.fromButlerResult(
  1. ButlerResult result
)

Implementation

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