GradientRotation.fromJson constructor Null safety

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

Implementation

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