W2.fromButlerResult constructor

W2.fromButlerResult(
  1. ButlerResult result
)

Implementation

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