StrutStyle.fromJson constructor Null safety

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

Implementation

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