I am exploring the @JsonSerializable() for flutter form here
@JsonSerializable()
here it explains how we can easily convert JSON to the dart class using the code generation.