Service constructor

const Service({
  1. String? name,
  2. List<Type>? asType,
})

Implementation

const Service({this.name, this.asType});