fromMap static method

ContextAmountPayEntity fromMap(
  1. Map snap
)

Implementation

static ContextAmountPayEntity fromMap(Map snap) => ContextAmountPayEntity(
    description: snap['description'],
    executeInstantly: snap['executeInstantly'],
    paymentType: PayTypeModel.fromMap(snap['paymentType']));