Skip to content

BuiltVlue Map<String, dynamic> #1329

@CreatSuns

Description

@CreatSuns

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

abstract class LoginResponse
implements Built<LoginResponse, LoginResponseBuilder> {

int? get code;

Map<String, dynamic>? 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions