PluginRepository constructor

const PluginRepository({
  1. required String url,
  2. String? branch,
  3. DateTime? lastUpdated,
})

Implementation

const PluginRepository({required this.url, this.branch, this.lastUpdated});