toJson method

Map<String, dynamic> toJson()

Get JSON representation

Implementation

Map<String, dynamic> toJson() {
  return build().toJson();
}