PlaneAngleUnitValue.fromJson constructor

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

Implementation

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