Parse from a json
factory PageBlockKicker.fromJson(Map<String, dynamic> json) => PageBlockKicker( kicker: RichText.fromJson(json['kicker']), );