PostgateRecord.fromJson constructor

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

Implementation

factory PostgateRecord.fromJson(Map<String, Object?> json) =>
    _$PostgateRecordFromJson(json);