ButlerResult.fromJson constructor

ButlerResult.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ButlerResult.fromJson(Map<String, dynamic> json) => _$ButlerResultFromJson(json);