Alignment.fromJson constructor Null safety

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

Implementation

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