packFromJson function

Pack packFromJson(
  1. dynamic str
)

Implementation

Pack packFromJson(dynamic str) => (Pack.fromDynamicJson(str));