ConnectingDotsLeft.fromJson constructor

ConnectingDotsLeft.fromJson(
  1. dynamic json
)

Implementation

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