FoundersModel constructor

FoundersModel({
  1. List<Data>? data,
  2. String? message,
})

Implementation

FoundersModel({this.data, this.message});