ButlerCell.fromJson constructor

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

Implementation

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