json-annotation Questions
2
My app was running ok but after pub upgrade --major-versions I am getting problems on all models.
Example model:
import 'package:app_220/models/Leads/LeadFieldModel.dart';
import 'package:flutter/f...
Major asked 29/10, 2021 at 19:2
1
I have the following Data structure coming to my server through an Http call
person {
name: "xyz",
age: 30,
status: {
cd: "M",
desc: "Married"
}
}
Then I have ...
Harneen asked 18/6, 2021 at 23:4
1
© 2022 - 2025 — McMap. All rights reserved.