menu
flutter_nfc_mynumber package
documentation
model/basic_info.dart
BasicInfo
BasicInfo.new constructor
BasicInfo.new constructor
dark_mode
light_mode
BasicInfo
constructor
BasicInfo
(
String
name
,
String
address
,
String
birthDay
,
Gender
gender
,
)
Implementation
BasicInfo(this.name, this.address, this.birthDay, this.gender);
flutter_nfc_mynumber package
documentation
model/basic_info
BasicInfo
BasicInfo.new constructor
BasicInfo class