LinkAccountSubtype constructor

const LinkAccountSubtype({
  1. required String type,
  2. required String subtype,
})

Implementation

const LinkAccountSubtype({required this.type, required this.subtype});