InkWell.fromJson constructor Null safety

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

Implementation

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