EdgeInsets.fromJson constructor Null safety

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

Implementation

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