EmptyData.fromJson constructor

EmptyData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory EmptyData.fromJson(Map<String, Object?> json) => EmptyData();