License constructor

const License({
  1. required String? name,
  2. String? identifier,
  3. String? url,
})

Implementation

const License({required this.name, this.identifier, this.url});