FloatingActionButtonLocation.fromJson constructor Null safety

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

Implementation

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