ContentsInfoObject constructor

ContentsInfoObject({
  1. required int version,
  2. required String author,
})

Implementation

ContentsInfoObject({required this.version, required this.author});