EdgeInsetsAll.fromJson constructor Null safety

EdgeInsetsAll.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory EdgeInsetsAll.fromJson(Map<String, dynamic> json) =
    _$EdgeInsetsAll.fromJson;