Row.fromJson constructor Null safety

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

Implementation

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