ConnectingDotsRight.fromJson constructor

ConnectingDotsRight.fromJson(
  1. dynamic json
)

Implementation

ConnectingDotsRight.fromJson(dynamic json) {
  _firstDotColor = json['firstDotColor'];
  _secondDotColor = json['secondDotColor'];
}