DeclarationRecord.fromJson constructor

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

Implementation

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