LastUsedMethod constructor

const LastUsedMethod({
  1. String? id,
  2. LastUsedMethodType? type,
})

Implementation

const LastUsedMethod({
  this.id,
  this.type,
});