TextAlignVertical.fromJson constructor Null safety

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

Implementation

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