PrismaNull.fromJson constructor

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

Implementation

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