KeyRing constructor

KeyRing({
  1. String? createTime,
  2. String? name,
})

Implementation

KeyRing({this.createTime, this.name});