LastUsedMethod constructor
const
LastUsedMethod({
- String? id,
- LastUsedMethodType? type,
Implementation
const LastUsedMethod({
this.id,
this.type,
});
const LastUsedMethod({
this.id,
this.type,
});