LucyXpRowModel constructor

LucyXpRowModel(
  1. Map<String, dynamic>? listProps,
  2. Map<String, dynamic>? data
)

Implementation

LucyXpRowModel(this.listProps, this.data);