google / google/built_value.dart

BuiltVlue Map<String, dynamic>

Open
#1,329 1 comment 0 reactions 1 assignee Claimed by @davidmorgan View on GitHub
question
Dominant language
Dart
Stars
886
Forks
195
Avg merge
1d 11h
Merged PRs (30d)
4

Description

dataSource:
{
"code": 200,
"data": {
"title": "home",
"select": true,
...
}
}

abstract class LoginResponse
implements Built {

int? get code;

Map? data;
}

I don't need to care about the contents of the data, I just need to use Map to receive the data. What should I do

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.