This website requires JavaScript.
Explore
Help
Sign in
varakh
/
fbmobile
Watch
1
Star
0
Fork
You've already forked fbmobile
0
Code
Issues
1
Pull requests
Releases
19
Activity
Actions
88b9d81bc2
fbmobile
/
lib
/
core
/
datamodels
/
dialog_response.dart
8 lines
96 B
Dart
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-02-02 14:33:23 +00:00
class
DialogResponse
{
Initial upgrade to null-safety and latest dependency versions
2021-11-29 23:44:22 +00:00
final
bool
?
confirmed
;
Initial commit
2021-02-02 14:33:23 +00:00
DialogResponse
(
{
this
.
confirmed
,
}
)
;
}
Reference in a new issue
Copy permalink